diff --git a/code/modules/customitems/item_defines.dm b/code/modules/customitems/item_defines.dm index 56da139b826..ef34c40b328 100644 --- a/code/modules/customitems/item_defines.dm +++ b/code/modules/customitems/item_defines.dm @@ -1476,6 +1476,13 @@ icon = 'icons/obj/custom_items.dmi' icon_state = "ssscratches_backpack" +/obj/item/storage/backpack/duffel/fluff/thebrew //Greey: Korala Ice + name = "The Brew" + desc = "Amber colored duffle bag resembling a long lost friend, a spirit long forgotten." + icon = 'icons/obj/custom_items.dmi' + icon_state = "greeyfluff" + item_state = "greeyfluff" + /obj/item/clothing/head/wizard/fake/fluff/dreamy //phantasmicdream : Dreamy Rockwall name = "strange witch hat" desc = "A shapeshifting witch hat. A strange aura comes from it..." diff --git a/icons/mob/back.dmi b/icons/mob/back.dmi index 4787db287a3..fff645f8f12 100644 Binary files a/icons/mob/back.dmi and b/icons/mob/back.dmi differ diff --git a/icons/mob/inhands/clothing_lefthand.dmi b/icons/mob/inhands/clothing_lefthand.dmi index 76f0116f635..d04a64e1acc 100644 Binary files a/icons/mob/inhands/clothing_lefthand.dmi and b/icons/mob/inhands/clothing_lefthand.dmi differ diff --git a/icons/mob/inhands/clothing_righthand.dmi b/icons/mob/inhands/clothing_righthand.dmi index d47f6746a74..7dac254e78d 100644 Binary files a/icons/mob/inhands/clothing_righthand.dmi and b/icons/mob/inhands/clothing_righthand.dmi differ diff --git a/icons/obj/custom_items.dmi b/icons/obj/custom_items.dmi index aa624df4131..4d34a43641a 100644 Binary files a/icons/obj/custom_items.dmi and b/icons/obj/custom_items.dmi differ