mirror of
https://github.com/VOREStation/VOREStation.git
synced 2026-08-27 06:00:23 +01:00
Adds airlock setup helpers
This commit is contained in:
@@ -145,6 +145,10 @@ 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