mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-07-19 11:05:03 +01:00
Adds the *chirp emote from nymphs to Diona (#28464)
* Add chirp to diona * Make chirps have age-based pitch
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user