mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2025-12-12 19:22:56 +00:00
Mouse Army Works
The icons for the mouse army tiny mice is some weird jank code that clearly doesn't work. I just added the normal way of the sprites working.
This commit is contained in:
@@ -0,0 +1,27 @@
|
||||
/mob/living/simple_mob/animal/space/mouse_army/operative
|
||||
icon_state = "mouse_operative"
|
||||
item_state = "mouse_operative"
|
||||
icon_living = "mouse_operative"
|
||||
icon_dead = "mouse_operative_dead"
|
||||
icon_rest = "mouse_operative_sleep"
|
||||
|
||||
/mob/living/simple_mob/animal/space/mouse_army/pyro
|
||||
icon_state = "mouse_pyro"
|
||||
item_state = "mouse_pyro"
|
||||
icon_living = "mouse_pyro"
|
||||
icon_dead = "mouse_pyro_dead"
|
||||
icon_rest = "mouse_pyro_sleep"
|
||||
|
||||
/mob/living/simple_mob/animal/space/mouse_army/ammo
|
||||
icon_state = "mouse_ammo"
|
||||
item_state = "mouse_ammo"
|
||||
icon_living = "mouse_ammo"
|
||||
icon_dead = "mouse_ammo_dead"
|
||||
icon_rest = "mouse_ammo_sleep"
|
||||
|
||||
/mob/living/simple_mob/animal/space/mouse_army/stealth
|
||||
icon_state = "mouse_stealth"
|
||||
item_state = "mouse_stealth"
|
||||
icon_living = "mouse_stealth"
|
||||
icon_dead = "mouse_stealth_dead"
|
||||
icon_rest = "mouse_stealth_sleep"
|
||||
Reference in New Issue
Block a user