Make it quicker to unfasten pipes.

- We already don't have a delay on FASTENING them, so why does the thing in reverse have one?
This commit is contained in:
lbnesquik
2020-08-13 20:29:07 +02:00
parent 812d341ff5
commit aebb9d93f3

View File

@@ -128,7 +128,7 @@
return 1
playsound(src, W.usesound, 50, 1)
to_chat(user, "<span class='notice'>You begin to unfasten \the [src]...</span>")
if (do_after(user, 40 * W.toolspeed))
if (do_after(user, 10 * W.toolspeed))
user.visible_message( \
"<span class='notice'>\The [user] unfastens \the [src].</span>", \
"<span class='notice'>You have unfastened \the [src].</span>", \