mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2025-12-11 10:43:20 +00:00
Prevents translocator beacons from being sent away
This commit is contained in:
@@ -78,6 +78,8 @@ var/datum/controller/supply/supply_controller = new()
|
|||||||
return 1
|
return 1
|
||||||
if(istype(A,/obj/item/device/radio/beacon))
|
if(istype(A,/obj/item/device/radio/beacon))
|
||||||
return 1
|
return 1
|
||||||
|
if(istype(A,/obj/item/device/perfect_tele_beacon)) //VOREStation Addition: Translocator beacons
|
||||||
|
return 1 //VOREStation Addition: Translocator beacons
|
||||||
|
|
||||||
for(var/atom/B in A.contents)
|
for(var/atom/B in A.contents)
|
||||||
if(.(B))
|
if(.(B))
|
||||||
|
|||||||
Reference in New Issue
Block a user