mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2025-12-10 10:12:45 +00:00
Update mapping_helpers.dm
This commit is contained in:
@@ -145,10 +145,7 @@ Any frequency works, it's self-setting, but it seems like people have decided 13
|
||||
/obj/effect/map_helper/airlock/sensor/setup()
|
||||
var/obj/machinery/airlock_sensor/my_sensor = my_device
|
||||
my_sensor.id_tag = my_controller.id_tag + tag_addon
|
||||
<<<<<<< HEAD
|
||||
=======
|
||||
my_sensor.master_tag = my_controller.id_tag
|
||||
>>>>>>> 98fe590... Merge pull request #6937 from VOREStation/pol-dockhelpers
|
||||
my_sensor.frequency = my_controller.frequency
|
||||
my_sensor.set_frequency(my_controller.frequency)
|
||||
if(command)
|
||||
|
||||
Reference in New Issue
Block a user