mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2025-12-10 10:12:45 +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
|
||||
if(istype(A,/obj/item/device/radio/beacon))
|
||||
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)
|
||||
if(.(B))
|
||||
|
||||
Reference in New Issue
Block a user