mirror of
https://github.com/VOREStation/VOREStation.git
synced 2026-08-23 03:57:48 +01:00
no more fun!
adds qpads to the no cargo shuttle list, no more teleporting to CC!
This commit is contained in:
@@ -56,6 +56,8 @@ SUBSYSTEM_DEF(supply)
|
||||
return 1
|
||||
if(istype(A,/obj/item/device/perfect_tele_beacon)) //VOREStation Addition: Translocator beacons
|
||||
return 1 //VOREStation Addition: Translocator beacons
|
||||
if(istype(A,/obj/machinery/power/quantumpad)) // //VOREStation Add: Quantum pads
|
||||
return 1 //VOREStation Add: Quantum pads
|
||||
|
||||
for(var/atom/B in A.contents)
|
||||
if(.(B))
|
||||
|
||||
Reference in New Issue
Block a user