Update smithed_items.dm

This commit is contained in:
lolman360
2020-08-24 00:09:58 +10:00
committed by GitHub
parent 289280f0ec
commit d45ac6323a

View File

@@ -24,7 +24,7 @@
/obj/item/ingot/on_attack_hand(mob/user)
var/mob/living/carbon/human/H
if(!workability == "shapeable")
if(!(workability == "shapeable"))
return ..()
var/prot = 0
if(ishuman(user))