diff --git a/code/modules/mob/holder.dm b/code/modules/mob/holder.dm index 3e18ac3d2f7..68440d96748 100644 --- a/code/modules/mob/holder.dm +++ b/code/modules/mob/holder.dm @@ -607,7 +607,7 @@ var/list/holder_mob_icon_cache = list() /obj/item/holder/fox name = "fox" - icon = 'icons/mob/npc/pets.dmi' + icon = 'icons/mob/npc/fox.dmi' icon_state = "fox" item_state = "fox" w_class = ITEMSIZE_NORMAL diff --git a/code/modules/mob/living/simple_animal/friendly/fox.dm b/code/modules/mob/living/simple_animal/friendly/fox.dm index 5dcdec3cf23..a69c9b777d1 100644 --- a/code/modules/mob/living/simple_animal/friendly/fox.dm +++ b/code/modules/mob/living/simple_animal/friendly/fox.dm @@ -3,7 +3,7 @@ name = "fox" real_name = "fox" desc = "It's a fox. I wonder what it says?" - icon = 'icons/mob/npc/pets.dmi' + icon = 'icons/mob/npc/fox.dmi' icon_state = "fox" icon_living = "fox" icon_dead = "fox_dead" diff --git a/html/changelogs/KingOfThePing - Fox.yml b/html/changelogs/KingOfThePing - Fox.yml new file mode 100644 index 00000000000..ca71817509d --- /dev/null +++ b/html/changelogs/KingOfThePing - Fox.yml @@ -0,0 +1,6 @@ +author: KingOfThePing + +delete-after: True + +changes: + - rscadd: "Replaced the fox sprite." diff --git a/icons/mob/npc/fox.dmi b/icons/mob/npc/fox.dmi new file mode 100644 index 00000000000..b1042f230c7 Binary files /dev/null and b/icons/mob/npc/fox.dmi differ diff --git a/icons/mob/npc/pets.dmi b/icons/mob/npc/pets.dmi index 6f742a190db..e627a80a9b7 100644 Binary files a/icons/mob/npc/pets.dmi and b/icons/mob/npc/pets.dmi differ