mirror of
https://github.com/CHOMPstation/CHOMPstation.git
synced 2026-08-27 14:06:43 +01:00
Update mobjects.dm
This commit is contained in:
@@ -71,6 +71,10 @@ mob/living/simple_animal/mobject/proc/process() //proccess performed instead of
|
||||
if(!on)
|
||||
return //A way to disable process() //for PandL this will also disable Life()
|
||||
|
||||
mob/living/simple_animal/mobject/death()
|
||||
..()
|
||||
icon = animal_icon
|
||||
playsound(location, 'sound/effects/sparks1.ogg', 100, 0)
|
||||
|
||||
mob/living/simple_animal/mobject/metamorphicfennec
|
||||
name = "Metamorphic fox"
|
||||
|
||||
Reference in New Issue
Block a user