mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2025-12-10 10:12:45 +00:00
Clean up various things
This commit is contained in:
@@ -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))
|
||||
|
||||
Reference in New Issue
Block a user