Skip to content

Commit

Permalink
placing down a catwalk actually places down a catwalk (#1020)
Browse files Browse the repository at this point in the history
  • Loading branch information
ToasterBan authored Jul 7, 2024
1 parent 87c57b6 commit c61002c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions code/game/objects/items/stacks/overfloor_catwalk.dm
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,7 @@
return

playsound(target_floor, 'sound/weapons/genhit.ogg', 50, TRUE)
new catwalk_type (target_floor)
return target_floor // Most executions should end here.

/obj/item/stack/overfloor_catwalk/sixty
Expand Down

0 comments on commit c61002c

Please sign in to comment.