mirror of
https://github.com/VOREStation/VOREStation.git
synced 2026-08-31 07:58:22 +01:00
Random blast door fix
This commit is contained in:
@@ -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()
|
||||
|
||||
Reference in New Issue
Block a user