Adds the *chirp emote from nymphs to Diona (#28464)

* Add chirp to diona

* Make chirps have age-based pitch
This commit is contained in:
ExusA
2025-03-05 20:43:28 +00:00
committed by GitHub
parent d26d02f3b2
commit 92ce115054
2 changed files with 14 additions and 0 deletions
@@ -509,6 +509,10 @@
linked_emote = /datum/emote/living/carbon/human/creak
name = "Creak"
/datum/keybinding/emote/carbon/human/diona_chirp
linked_emote = /datum/emote/living/carbon/human/diona_chirp
name = "Chirp (Diona)"
/datum/keybinding/emote/carbon/human/squish
linked_emote = /datum/emote/living/carbon/human/slime/squish
name = "Squish"
@@ -743,6 +743,16 @@
species_type_whitelist_typecache = list(/datum/species/diona)
sound = "sound/voice/dionatalk1.ogg"
/datum/emote/living/carbon/human/diona_chirp
key = "chirp"
key_third_person = "chirps"
message = "chirps!"
message_param = "chirps at %t."
emote_type = EMOTE_AUDIBLE
age_based = TRUE
species_type_whitelist_typecache = list(/datum/species/diona)
sound = "sound/creatures/nymphchirp.ogg"
/datum/emote/living/carbon/human/slime