mirror of
https://github.com/VOREStation/VOREStation.git
synced 2026-07-12 23:54:24 +01:00
cleans up INIT (#17130)
Co-authored-by: Selis <12716288+ItsSelis@users.noreply.github.com>
This commit is contained in:
@@ -10,7 +10,7 @@
|
||||
var/deploying
|
||||
var/deployed
|
||||
|
||||
/obj/structure/droppod_door/Initialize(var/mapload, var/autoopen)
|
||||
/obj/structure/droppod_door/Initialize(mapload, var/autoopen)
|
||||
. = ..()
|
||||
if(autoopen)
|
||||
addtimer(CALLBACK(src, PROC_REF(deploy)), 10 SECONDS)
|
||||
|
||||
Reference in New Issue
Block a user