Clean up things

This commit is contained in:
Aronai Sieyes
2020-03-25 22:10:56 -04:00
parent 3b6a106149
commit ad5f0485f7
51 changed files with 595 additions and 659 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))