Hiding mousetraps

This commit is contained in:
ZomgPonies
2013-12-17 23:39:23 -05:00
parent 7aa6c25ad7
commit b7c118b18f
2 changed files with 15 additions and 0 deletions
@@ -63,6 +63,7 @@
src.stat = DEAD
src.icon_dead = "mouse_[_color]_splat"
src.icon_state = "mouse_[_color]_splat"
layer = MOB_LAYER
if(client)
client.time_died_as_mouse = world.time
@@ -179,6 +180,7 @@
..()
/mob/living/simple_animal/mouse/Die()
layer = MOB_LAYER
if(client)
client.time_died_as_mouse = world.time
..()