mirror of
https://github.com/PolarisSS13/Polaris.git
synced 2025-12-14 20:22:42 +00:00
Clean up 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