Reworking bonfire fuel logic.

This commit is contained in:
MistakeNot4892
2024-01-18 19:45:58 +11:00
parent 1d03b7a3d5
commit 00bed6e326
36 changed files with 146 additions and 115 deletions

View File

@@ -47,7 +47,7 @@
to_chat(user, "<span class='notice'>You begin dismantling \the [src].</span>")
if(do_after(user,25 * O.toolspeed))
to_chat(user, "<span class='notice'>You dismantle \the [src].</span>")
new /obj/item/stack/material/wood(get_turf(src), 3)
new /obj/item/stack/material/fuel/wood(get_turf(src), 3)
for(var/obj/item/book/b in contents)
b.loc = (get_turf(src))
qdel(src)