no sleeping if not using INVOKE_ASYNC
This commit is contained in:
DeltaFire
2023-11-13 11:40:42 +01:00
parent 7d734b11c2
commit 6da3776558
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -128,7 +128,7 @@
/obj/machinery/door/firedoor/power_change()
if(powered(power_channel))
stat &= ~NOPOWER
latetoggle()
INVOKE_ASYNC(src, .proc/latetoggle)
else
stat |= NOPOWER