Skip to content

Commit

Permalink
Update transit.dm
Browse files Browse the repository at this point in the history
  • Loading branch information
Helg2 committed Aug 23, 2024
1 parent 084e963 commit 17e62a6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion code/game/turfs/space/transit.dm
Original file line number Diff line number Diff line change
Expand Up @@ -143,7 +143,7 @@
. = ..()
if(istype(wear_suit, /obj/item/clothing/suit/storage/marine/boomvest))
var/obj/item/clothing/suit/storage/marine/boomvest/vest = wear_suit
vest.boom(usr)
vest.boom(src)

/turf/open/space/transit/Initialize(mapload)
. = ..()
Expand Down

0 comments on commit 17e62a6

Please sign in to comment.