mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2026-07-18 11:44:05 +01:00
More 515 Compatibility
This commit is contained in:
committed by
CHOMPStation2
parent
3129a35fe2
commit
2281afdf24
@@ -13,7 +13,7 @@
|
||||
/obj/structure/droppod_door/Initialize(var/mapload, var/autoopen)
|
||||
. = ..()
|
||||
if(autoopen)
|
||||
addtimer(CALLBACK(src, .proc/deploy), 10 SECONDS)
|
||||
addtimer(CALLBACK(src, PROC_REF(deploy)), 10 SECONDS)
|
||||
|
||||
/obj/structure/droppod_door/attack_ai(var/mob/user)
|
||||
if(!user.Adjacent(src))
|
||||
@@ -76,4 +76,4 @@
|
||||
door_bottom.density = FALSE
|
||||
door_bottom.set_opacity(0)
|
||||
door_bottom.dir = src.dir
|
||||
door_bottom.icon_state = "rampbottom"
|
||||
door_bottom.icon_state = "rampbottom"
|
||||
|
||||
Reference in New Issue
Block a user