Skip to content

Commit

Permalink
turns out sending ships on the shuttle breaks many things
Browse files Browse the repository at this point in the history
  • Loading branch information
foopwo authored May 18, 2024
1 parent 47d811e commit 750cf85
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions code/controllers/subsystems/supply.dm
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,8 @@ SUBSYSTEM_DEF(supply)
return 1 //VOREStation Addition: Translocator beacons
if(istype(A,/obj/machinery/power/quantumpad)) // //VOREStation Add: Quantum pads
return 1 //VOREStation Add: Quantum pads
if(istype(A,/obj/effect/overmap/visitable/ship)) //Rogue Star add: Snowglobe shenanigans
return 1

for(var/atom/B in A.contents)
if(.(B))
Expand Down

0 comments on commit 750cf85

Please sign in to comment.