diff --git a/code/__DEFINES/roguetown.dm b/code/__DEFINES/roguetown.dm index 38789e326eb..afd1d6c6198 100644 --- a/code/__DEFINES/roguetown.dm +++ b/code/__DEFINES/roguetown.dm @@ -580,7 +580,9 @@ BCLASS_TWIST) #define SKULLMET_ICONS list(\ "volf"="skullmet_volf",\ "bear"="skullmet_bear",\ - "gote"="skullmet_goat") + "gote"="skullmet_goat",\ + "rous"="skullmet_ruffian",\ + "bobcat"="skullmet_bobcat") #define DENDOR_TAME_PROB_NONE 0 #define DENDOR_TAME_PROB_LOW 25 diff --git a/icons/roguetown/clothing/special/forest_guard.dmi b/icons/roguetown/clothing/special/forest_guard.dmi index b19bd87a5fd..7daf24909c2 100644 Binary files a/icons/roguetown/clothing/special/forest_guard.dmi and b/icons/roguetown/clothing/special/forest_guard.dmi differ diff --git a/icons/roguetown/clothing/special/onmob/forest_guard.dmi b/icons/roguetown/clothing/special/onmob/forest_guard.dmi index 9448a813a41..eeb20ec4eb4 100644 Binary files a/icons/roguetown/clothing/special/onmob/forest_guard.dmi and b/icons/roguetown/clothing/special/onmob/forest_guard.dmi differ