mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-07-15 01:54:52 +01:00
Reduces decon time to 35 and adds a missed init_dirs
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user