diff --git a/code/game/objects/items/storage/toolbox.dm b/code/game/objects/items/storage/toolbox.dm index b6c45bc7ab..f140654afc 100644 --- a/code/game/objects/items/storage/toolbox.dm +++ b/code/game/objects/items/storage/toolbox.dm @@ -275,7 +275,7 @@ GLOBAL_LIST_EMPTY(rubber_toolbox_icons) desc = replacetext(desc, "Danger", "Bouncy") desc = replacetext(desc, "robust", "safe") desc = replacetext(desc, "heavier", "bouncier") - flags_1 = null + DISABLE_BITFIELD(flags_1, CONDUCT_1) materials = null damtype = STAMINA force += 5 //to compensate the higher stamina K.O. threshold compared to actual health.