[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:
SkyratBot
2023-07-01 15:33:12 -04:00
committed by GitHub
co-authored by LemonInTheDark GoldenAlpharex
parent da7608e93e
commit db35fc9a89
33 changed files with 213 additions and 101 deletions
+1 -1
View File
@@ -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)