Merge pull request #6904 from VOREStation/pol-cleanup

Clean up various things
This commit is contained in:
Atermonera
2020-04-03 00:13:32 -07:00
committed by GitHub
51 changed files with 593 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))