mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-24 05:30:05 +01:00
fixes airlock ai cut wires runtiming (#67362)
* Fixes airlock wires mapping helper
This commit is contained in:
@@ -147,9 +147,9 @@
|
||||
if(24 to 30)
|
||||
airlock.panel_open = TRUE
|
||||
if(airlock.cutAiWire)
|
||||
wires.cut(WIRE_AI)
|
||||
airlock.wires.cut(WIRE_AI)
|
||||
if(airlock.autoname)
|
||||
name = get_area_name(src, TRUE)
|
||||
airlock.name = get_area_name(src, TRUE)
|
||||
update_appearance()
|
||||
qdel(src)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user