Skip to content

Commit

Permalink
Update sauna.dm
Browse files Browse the repository at this point in the history
  • Loading branch information
Skrem7 committed Mar 7, 2024
1 parent a21d2eb commit 9baf147
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion code/game/objects/structures/sauna.dm
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@
to_chat(user, "<span class='notice'>You begin to deconstruct [src].</span>")
if(T.use_tool(src, user, 60, volume=50))
to_chat(user, "<span class='notice'>You successfully deconstructed [src].</span>")
new /obj/item/stack/sheet/mineral/wood(get_turf(src), 30)
new /obj/item/stack/sheet/mineral/wood(get_turf(src), 15)
qdel(src)

else if(istype(T, /obj/item/stack/sheet/mineral/wood))
Expand Down

0 comments on commit 9baf147

Please sign in to comment.