Merge pull request #807 from DragonTrance/deconstructing

loom slapping fix
This commit is contained in:
QuoteFox
2021-01-03 05:42:17 +00:00
committed by GitHub

View File

@@ -26,8 +26,9 @@
W.amount = (W.amount - 2)
if(W.amount < 1)
qdel(W)
else
else if(W.is_fabric)
to_chat("<span class='notice'>You need at least 2 [W.name] to loom into fabric!</span>")
return
else
switch (I.tool_behaviour)
if (TOOL_SCREWDRIVER)