mirror of
https://github.com/PolarisSS13/Polaris.git
synced 2025-12-14 12:12:37 +00:00
Reworking bonfire fuel logic.
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user