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
View File
@@ -371,6 +371,11 @@
user.dust()
power += 200
else
if (istype(user, /obj/item/weapon/holder))
var/obj/item/weapon/holder/H = user
Consume(H.contained)//If its a holder, eat the thing inside
qdel(H)
return
qdel(user)
power += 200