mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-23 13:10:02 +01:00
[MIRROR] useless update_appearance reduction, emissive_blocker micro optimization (saves a second of init) [MDB IGNORE] (#18243)
* useless update_appearance reduction, emissive_blocker micro optimization (saves a second of init) * merge conflict Co-authored-by: LemonInTheDark <58055496+LemonInTheDark@users.noreply.github.com> Co-authored-by: tastyfish <crazychris32@gmail.com>
This commit is contained in:
co-authored by
LemonInTheDark
tastyfish
parent
27d6251b09
commit
002ab78d9b
@@ -161,12 +161,12 @@
|
||||
if(16 to 23)
|
||||
airlock.welded = TRUE
|
||||
if(24 to 30)
|
||||
airlock.panel_open = TRUE
|
||||
airlock.set_panel_open(TRUE)
|
||||
if(airlock.cutAiWire)
|
||||
airlock.wires.cut(WIRE_AI)
|
||||
if(airlock.autoname)
|
||||
airlock.name = get_area_name(src, TRUE)
|
||||
update_appearance()
|
||||
airlock.update_appearance()
|
||||
qdel(src)
|
||||
|
||||
/obj/effect/mapping_helpers/airlock/proc/payload(obj/machinery/door/airlock/payload)
|
||||
|
||||
Reference in New Issue
Block a user