Skip to content

Commit

Permalink
Merge branch 'multi-z-lazy_templates' of https://github.com/BeebBeebB…
Browse files Browse the repository at this point in the history
…oob/EX666 into multi-z-lazy_templates
  • Loading branch information
BeebBeebBoob committed Jul 28, 2024
2 parents 4ea709c + 50d2a9c commit 1d41135
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 @@ -28,7 +28,7 @@
return
if(!arrived.simulated || istype(arrived, /obj/docking_port))
return //this was fucking hilarious, the docking ports were getting thrown to random Z-levels
if(!isobserver(arrived))
if(isobserver(arrived))
return
dump_in_space(arrived)

Expand Down

0 comments on commit 1d41135

Please sign in to comment.