Reduces decon time to 35 and adds a missed init_dirs

This commit is contained in:
tkdrg
2014-10-05 08:46:34 -03:00
parent d7937fcd1a
commit 0c9c9c8b0a
2 changed files with 2 additions and 1 deletions
@@ -54,7 +54,7 @@ obj/structure/transit_tube/ex_act(severity)
return
user.visible_message("<span class='warning'>[user] starts to deattach the [src]!</span>", "<span class='notice'>You start deattaching the [name]...</span>")
playsound(src.loc, 'sound/items/Ratchet.ogg', 50, 1)
if(do_after(user, 80))
if(do_after(user, 35))
user << "<span class='notice'>You deattach the [name]!</span>"
if(copytext(icon_state, 1, 3) != "D-")
if(istype(src, /obj/structure/transit_tube/station/reverse))
@@ -104,6 +104,7 @@
/obj/structure/c_transit_tube/station/reverse/buildtube()
var/obj/structure/transit_tube/station/reverse/R = new/obj/structure/transit_tube/station/reverse(src.loc)
R.dir = src.dir
R.init_dirs()
return R
// block, used after the terminus of a transit tube station, decorative only