Skip to content

Commit

Permalink
Merge pull request TS-Rogue-Star#314 from foopwo/someonedidsomethingv…
Browse files Browse the repository at this point in the history
…erysilly

Cargo blacklists overmap ships
  • Loading branch information
Very-Soft authored May 18, 2024
2 parents b90fbec + 750cf85 commit d0c5042
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 d0c5042

Please sign in to comment.