Fix loom wood quantity

This commit is contained in:
SabreML
2020-08-10 20:37:45 +01:00
parent 4559b00f25
commit 007b5acc1a
+1 -1
View File
@@ -24,7 +24,7 @@
TOOL_ATTEMPT_DISMANTLE_MESSAGE
if(I.use_tool(src, user, 50, volume = I.tool_volume))
TOOL_DISMANTLE_SUCCESS_MESSAGE
new /obj/item/stack/sheet/wood(loc, 40)
new /obj/item/stack/sheet/wood(loc, 10)
qdel(src)