mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-22 19:47:22 +01:00
changes the amount of plasteel on bomb deconstruction
This commit is contained in:
@@ -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 ..()
|
||||
|
||||
Reference in New Issue
Block a user