diff --git a/code/modules/customitems/item_defines.dm b/code/modules/customitems/item_defines.dm index f391ecc0957..d00a57f63c1 100644 --- a/code/modules/customitems/item_defines.dm +++ b/code/modules/customitems/item_defines.dm @@ -81,6 +81,7 @@ desc = "A generic small spiral notebook that flips upwards." icon = 'custom_items.dmi' icon_state = "smallnotetext" + item_state = "smallnotetext" /obj/item/weapon/storage/fluff/maye_daye_1 //morrinn: Maye Day name = "pristine lunchbox" diff --git a/icons/mob/items_lefthand.dmi b/icons/mob/items_lefthand.dmi index df19f6b07d5..18e78d1b468 100644 Binary files a/icons/mob/items_lefthand.dmi and b/icons/mob/items_lefthand.dmi differ diff --git a/icons/mob/items_righthand.dmi b/icons/mob/items_righthand.dmi index bed1c3befc7..24e77ab85c3 100644 Binary files a/icons/mob/items_righthand.dmi and b/icons/mob/items_righthand.dmi differ diff --git a/icons/obj/custom_items.dmi b/icons/obj/custom_items.dmi index 584aef36196..5c75a292afe 100644 Binary files a/icons/obj/custom_items.dmi and b/icons/obj/custom_items.dmi differ