mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-25 22:19:30 +01:00
[MIRROR] Fixes some stupid airlock sleeps [MDB IGNORE] (#21931)
* Fixes some stupid airlock sleeps * Fixes the conflicts before checking the merge conflicts * Converts another wires = to set_wires() and removes another issue --------- Co-authored-by: LemonInTheDark <58055496+LemonInTheDark@users.noreply.github.com> Co-authored-by: GoldenAlpharex <jerego1234@hotmail.com>
This commit is contained in:
co-authored by
LemonInTheDark
GoldenAlpharex
parent
da7608e93e
commit
db35fc9a89
@@ -109,7 +109,7 @@
|
||||
complexity_max = theme.complexity_max
|
||||
ui_theme = theme.ui_theme
|
||||
charge_drain = theme.charge_drain
|
||||
wires = new /datum/wires/mod(src)
|
||||
set_wires(new /datum/wires/mod(src))
|
||||
if(length(req_access))
|
||||
locked = TRUE
|
||||
new_core?.install(src)
|
||||
|
||||
Reference in New Issue
Block a user