Merge pull request #10941 from Ghommie/Ghommie-cit561

Adds the ELEMENT_DETACH flag to two elements
This commit is contained in:
kevinz000
2020-02-11 00:42:15 -07:00
committed by GitHub
3 changed files with 3 additions and 3 deletions

View File

@@ -19,7 +19,7 @@
/mob/living/simple_animal/pet/dog/ComponentInitialize()
. = ..()
AddElement(/datum/element/wuv, "yaps_happily!", EMOTE_AUDIBLE, /datum/mood_event/pet_animal, "growls!", EMOTE_AUDIBLE)
AddElement(/datum/element/wuv, "yaps happily!", EMOTE_AUDIBLE, /datum/mood_event/pet_animal, "growls!", EMOTE_AUDIBLE)
AddElement(/datum/element/mob_holder, held_icon)
//Corgis and pugs are now under one dog subtype