Update plating.dm

This commit is contained in:
farie82
2019-09-03 21:19:38 +02:00
committed by GitHub
parent 46ebeafc8c
commit 26ece9c1f8
+1 -1
View File
@@ -96,7 +96,7 @@
burnt = FALSE
broken = FALSE
update_icon()
if(unfastened && user.a_intent == INTENT_HARM)
if(unfastened)
user.visible_message("<span class='danger'>[user] starts removing [src]!</span>", "<span class='warning'>You start removing [src] exposing space after you're done!</span>")
playsound(src, welder.usesound, 100, 1)
if(do_after(user, 50 * welder.toolspeed, target = src) && welder && welder.isOn())