mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2025-12-12 11:13:16 +00:00
Merge pull request #1052 from RusskiSam/resting-mice
Removes unnecessary code for mouse rest...
This commit is contained in:
@@ -55,12 +55,8 @@
|
|||||||
audible_emote("snuffles.")
|
audible_emote("snuffles.")
|
||||||
|
|
||||||
/mob/living/simple_animal/mouse/lay_down() //Simply turns sprite into sleeping and back upon using "Rest".
|
/mob/living/simple_animal/mouse/lay_down() //Simply turns sprite into sleeping and back upon using "Rest".
|
||||||
set name = "Rest"
|
..()
|
||||||
set category = "IC"
|
|
||||||
|
|
||||||
resting = !resting
|
|
||||||
icon_state = resting ? "mouse_[body_color]_sleep" : "mouse_[body_color]"
|
icon_state = resting ? "mouse_[body_color]_sleep" : "mouse_[body_color]"
|
||||||
src << "<span class='notice'>You are now [resting ? "resting" : "getting up"]</span>"
|
|
||||||
|
|
||||||
/mob/living/simple_animal/mouse/New()
|
/mob/living/simple_animal/mouse/New()
|
||||||
..()
|
..()
|
||||||
|
|||||||
Reference in New Issue
Block a user