Skip to content

Commit

Permalink
Merge pull request #939 from MrCat15352/fix_mouse_sprite
Browse files Browse the repository at this point in the history
FIX: Missed Dead mouse sprites
  • Loading branch information
MrCat15352 committed Sep 10, 2024
2 parents 54e75a6 + e7cdd8f commit 940f59d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Binary file not shown.
4 changes: 2 additions & 2 deletions mod_celadon/mobs/code/pets/syndimouse.dm
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/mob/living/simple_animal/mouse/syndie
icon = 'mod_celadon/_storge_icons/icons/mobs/syndimouse.dmi'
icon = 'mod_celadon/_storge_icons/icons/mobs/animal_shiptest.dmi'
name = "SyndiMouse"
body_color = "red"
icon_state = "mouse_red"
Expand Down Expand Up @@ -29,6 +29,6 @@
icon_dead = "mouse_[body_color]_dead"

/obj/item/reagent_containers/food/snacks/deadmouse
icon = 'mod_celadon/_storge_icons/icons/mobs/syndimouse.dmi'
icon = 'mod_celadon/_storge_icons/icons/mobs/animal_shiptest.dmi'
icon_state = "mouse_red_dead"
desc = "Dead mouse in a spacesuit. Taraja's favorite food"

0 comments on commit 940f59d

Please sign in to comment.