mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-08-21 03:51:49 +01:00
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:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user