diff --git a/code/game/objects/items/weapons/storage/toolbox.dm b/code/game/objects/items/weapons/storage/toolbox.dm index bbe11304967..1bc86dce231 100644 --- a/code/game/objects/items/weapons/storage/toolbox.dm +++ b/code/game/objects/items/weapons/storage/toolbox.dm @@ -53,7 +53,7 @@ /obj/item/weapon/storage/toolbox/emergency/old name = "rusty red toolbox" - item_state = "toolbox_red_old" + icon_state = "toolbox_red_old" old = TRUE /obj/item/weapon/storage/toolbox/mechanical @@ -72,7 +72,7 @@ /obj/item/weapon/storage/toolbox/mechanical/old name = "rusty blue toolbox" - item_state = "toolbox_blue_old" + icon_state = "toolbox_blue_old" old = TRUE /obj/item/weapon/storage/toolbox/electrical diff --git a/icons/mob/inhands/items_lefthand.dmi b/icons/mob/inhands/items_lefthand.dmi index 24644a8ebd5..57b4bbd6aa4 100644 Binary files a/icons/mob/inhands/items_lefthand.dmi and b/icons/mob/inhands/items_lefthand.dmi differ