From 24e3ddc6cc34bea70e48ff3960cb29bfd0b2704e Mon Sep 17 00:00:00 2001 From: BlackMajor Date: Thu, 21 Apr 2022 02:00:30 +1200 Subject: [PATCH] missed a spot --- .../living/simple_mob/subtypes/animal/passive/armadillo_ch.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/modules/mob/living/simple_mob/subtypes/animal/passive/armadillo_ch.dm b/code/modules/mob/living/simple_mob/subtypes/animal/passive/armadillo_ch.dm index c08c0a3989..dffa998cf8 100644 --- a/code/modules/mob/living/simple_mob/subtypes/animal/passive/armadillo_ch.dm +++ b/code/modules/mob/living/simple_mob/subtypes/animal/passive/armadillo_ch.dm @@ -114,7 +114,7 @@ /obj/item/weapon/holder/armadillo origin_tech = list(TECH_BIO = 1) - default_worn_icon = 'icons/mob/head_ch.dmi' + default_worn_icon = 'modular_chomp/icons/mob/head_ch.dmi' //item_state = "armadillo_rest" //Commented here as a reminder that holders will always set the item_state to icon_rest. You cannot override it like this. /mob/living/simple_mob/animal/passive/armadillo/torta