Mouse Skeletons (#1279)

Adds decomposing animations for mice when dusted. They'll leave behind a little mouse skeleton
Mice and lizards will decompose to a skeleton 30 mins after death, or if dusted

Also some fixes to various small issues and runtime errors related to held mobs and supermatters.
This commit is contained in:
NanakoAC
2016-12-23 20:52:27 +02:00
committed by skull132
parent 7fe4433669
commit 4e5556e9d9
9 changed files with 99 additions and 32 deletions
+5 -3
View File
@@ -18,11 +18,13 @@
icon_state = "remainsrobot"
/obj/effect/decal/remains/mouse
desc = "They look like the remains of a small rodent."
icon_state = "mouse"
name = "mouse skeleton"
desc = "Looks like the remains of a small rodent. It doesn't squeak anymore."
icon = 'icons/mob/mouse.dmi'
icon_state = "skeleton"
/obj/effect/decal/remains/lizard
desc = "They look like the remains of a small rodent."
desc = "They look like the remains of a small reptile."
icon_state = "lizard"
/obj/effect/decal/remains/attack_hand(mob/user as mob)