changes the amount of plasteel on bomb deconstruction

This commit is contained in:
datlo
2019-01-22 01:10:01 +00:00
parent d631479031
commit b3fdaf6d8e
+1 -1
View File
@@ -167,7 +167,7 @@
if(!WT.isOn() || !WT.remove_fuel(5, user))
return
to_chat(user, "<span class='notice'>You cut the [src] apart.</span>")
new /obj/item/stack/sheet/plasteel(loc, 5)
new /obj/item/stack/sheet/plasteel(loc, 3)
qdel(src)
else
return ..()