Random blast door fix

This commit is contained in:
Aronai Sieyes
2020-04-11 12:04:39 -04:00
parent faacf88b5f
commit 0bd8602a9f
+2 -3
View File
@@ -91,7 +91,7 @@
src.density = 1
update_nearby_tiles()
src.update_icon()
src.set_opacity(initial(opacity))
src.set_opacity(1)
sleep(15)
src.operating = 0
@@ -244,8 +244,7 @@
force_open()
if(autoclose && src.operating && !(stat & BROKEN || stat & NOPOWER))
spawn(150)
close()
addtimer(CALLBACK(src, .proc/close, 15 SECONDS))
return 1
// Proc: close()