mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-24 20:47:10 +01:00
Adjust Airlock Buttons Layers (#15426)
This commit is contained in:
@@ -146,6 +146,7 @@
|
||||
/obj/machinery/airlock_sensor
|
||||
icon = 'icons/obj/airlock_machines.dmi'
|
||||
icon_state = "airlock_sensor_off"
|
||||
layer = ABOVE_WINDOW_LAYER
|
||||
name = "airlock sensor"
|
||||
anchored = 1
|
||||
resistance_flags = FIRE_PROOF
|
||||
@@ -228,9 +229,9 @@
|
||||
icon = 'icons/obj/airlock_machines.dmi'
|
||||
icon_state = "access_button_standby"
|
||||
name = "access button"
|
||||
layer = ABOVE_WINDOW_LAYER
|
||||
anchored = 1
|
||||
power_channel = ENVIRON
|
||||
|
||||
var/master_tag
|
||||
frequency = AIRLOCK_FREQ
|
||||
var/command = "cycle"
|
||||
|
||||
@@ -1,5 +1,6 @@
|
||||
//base type for controllers of two-door systems
|
||||
/obj/machinery/embedded_controller/radio/airlock
|
||||
layer = ABOVE_WINDOW_LAYER
|
||||
// Setup parameters only
|
||||
radio_filter = RADIO_AIRLOCK
|
||||
var/tag_exterior_door
|
||||
|
||||
Reference in New Issue
Block a user