mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2025-12-11 02:34:00 +00:00
Blacklists fulton beacons in the Cargo Shuttle (#7978)
This commit is contained in:
@@ -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/structure/extraction_point )) // CHOMPStation Add: Fulton beacons
|
||||
return 1
|
||||
|
||||
for(var/atom/B in A.contents)
|
||||
if(.(B))
|
||||
|
||||
Reference in New Issue
Block a user