mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2025-12-12 03:02:54 +00:00
[MIRROR] end of file Fix (#10355)
Co-authored-by: Kashargul <144968721+Kashargul@users.noreply.github.com>
This commit is contained in:
committed by
GitHub
parent
2af001e7e5
commit
65f21fb1d3
@@ -1,3 +1,3 @@
|
||||
/obj/machinery/atmospherics/binary/passive_gate/on
|
||||
unlocked = 1
|
||||
icon_state = "on"
|
||||
icon_state = "on"
|
||||
|
||||
@@ -18,4 +18,4 @@
|
||||
if(!powered())
|
||||
icon_state = "off"
|
||||
else
|
||||
icon_state = "[use_power ? "on" : "off"]"
|
||||
icon_state = "[use_power ? "on" : "off"]"
|
||||
|
||||
Reference in New Issue
Block a user