Skip to content

Commit

Permalink
Fix: Mouse description
Browse files Browse the repository at this point in the history
  • Loading branch information
dj-34 committed Oct 5, 2023
1 parent c5fa5fb commit 276985f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions modular_ss220/mobs/code/simple_animal/friendly/mouse.dm
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@
update_appearance(UPDATE_DESC)

/mob/living/simple_animal/mouse/proc/reinitial()
desc = initial(desc)
mouse_color = initial(mouse_color)
icon_state = initial(icon_state)
icon_living = initial(icon_living)
Expand Down

0 comments on commit 276985f

Please sign in to comment.