Update mapping_helpers.dm

This commit is contained in:
Novacat
2020-04-11 23:49:58 -04:00
committed by GitHub
parent 92792fd0dc
commit 57a78c5e72

View File

@@ -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)