diff --git a/code/modules/smithing/smithed_items.dm b/code/modules/smithing/smithed_items.dm index 5a9770218b..e55ea96f75 100644 --- a/code/modules/smithing/smithed_items.dm +++ b/code/modules/smithing/smithed_items.dm @@ -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))