Skip to content
This repository has been archived by the owner on Aug 21, 2024. It is now read-only.

Commit

Permalink
Update transit.dm
Browse files Browse the repository at this point in the history
  • Loading branch information
Helg2 committed Jul 2, 2024
1 parent 72a8370 commit 8801a2e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modular_RUtgmc/code/game/turfs/transit.dm
Original file line number Diff line number Diff line change
Expand Up @@ -63,9 +63,9 @@

/obj/structure/closet/handle_airdrop(turf/target_turf) // good idea but no
if(!opened)
break_open()
for(var/atom/movable/content in src)
content.handle_airdrop(target_turf)
open()
..()

/obj/item/handle_airdrop(turf/target_turf)
Expand Down

0 comments on commit 8801a2e

Please sign in to comment.