diff --git a/code/modules/mob/living/simple_animal/vore/fennix.dm b/code/modules/mob/living/simple_animal/vore/fennix.dm new file mode 100644 index 0000000000..6ccc745cc0 --- /dev/null +++ b/code/modules/mob/living/simple_animal/vore/fennix.dm @@ -0,0 +1,28 @@ +/mob/living/simple_animal/retaliate/fennix + name = "Fennix" + desc = "A feral fennix, Warm to the touch" + tt_desc = "Incaendium Faeles Vulpes" + icon = 'icons/mob/vore.dmi' + icon_state = "fennix" + icon_living = "fennix" + icon_dead = "fennix_dead" + + faction = "fennec" // Will protec other fenfens + maxHealth = 60 + health = 60 + + response_help = "pats the" + response_disarm = "gently pushes aside the" + response_harm = "hits the" + + harm_intent_damage = 20 + melee_damage_lower = 15 + melee_damage_upper = 20 + attacktext = list("Bites") + + speak_chance = 1 + speak = list("SQUEL!", + "SQEL?", + "Skree.") + emote_hear = list("Screeeeecheeeeessss!","Chirrup.") + emote_see = list("earflicks","pats at the ground") \ No newline at end of file