Adds petting element to Lia and Cayenne, alongside mob holder.

This commit is contained in:
Dip
2020-10-20 03:14:45 -03:00
parent 9d8a729c51
commit ddcf4e1434
@@ -106,6 +106,12 @@
obj_damage = 70
melee_damage_lower = 15
melee_damage_upper = 18
var/held_icon = "carp"
/mob/living/simple_animal/hostile/carp/cayenne/ComponentInitialize()
. = ..()
AddElement(/datum/element/wuv, "bloops happily!", EMOTE_AUDIBLE, /datum/mood_event/pet_animal, "gnashes!", EMOTE_AUDIBLE)
AddElement(/datum/element/mob_holder, held_icon)
/mob/living/simple_animal/hostile/carp/cayenne/lia
name = "Lia"
@@ -118,5 +124,6 @@
icon_living = "magicarp"
icon_state = "magicarp"
maxHealth = 200
held_icon = "magicarp"
#undef REGENERATION_DELAY