Ruin fixes

This commit is contained in:
Mark van Alphen
2019-06-07 02:03:19 +02:00
parent ba3f65049d
commit d02165e0f9
9 changed files with 25 additions and 15 deletions

View File

@@ -32,6 +32,8 @@
if(resistance_flags & INDESTRUCTIBLE)
return
if(istype(C, /obj/item/wirecutters))
var/obj/item/wirecutters/W = C
playsound(loc, W.usesound, 50, 1)
to_chat(user, "<span class='notice'>Slicing [name] joints...</span>")
deconstruct()
else