Clean up various things

This commit is contained in:
Atermonera
2020-04-03 00:13:32 -07:00
committed by VirgoBot
parent cb91b6dd60
commit d7a9416bb8
51 changed files with 598 additions and 656 deletions

View File

@@ -10,11 +10,10 @@
var/deploying
var/deployed
/obj/structure/droppod_door/New(var/newloc, var/autoopen)
..(newloc)
/obj/structure/droppod_door/Initialize(var/mapload, var/autoopen)
. = ..()
if(autoopen)
spawn(100)
deploy()
addtimer(CALLBACK(src, .proc/deploy), 10 SECONDS)
/obj/structure/droppod_door/attack_ai(var/mob/user)
if(!user.Adjacent(src))