Skip to content

Commit

Permalink
Bark
Browse files Browse the repository at this point in the history
  • Loading branch information
AyIong committed Sep 11, 2024
1 parent 368593d commit 80a0503
Showing 1 changed file with 7 additions and 5 deletions.
12 changes: 7 additions & 5 deletions modular_ss220/emotes/code/emote.dm
Original file line number Diff line number Diff line change
Expand Up @@ -398,34 +398,36 @@
key_third_person = "bark"
message = "гавкает."
message_param = "гавкает на %t."
sound = 'modular_ss220/emotes/audio/bark.ogg'
species_type_whitelist_typecache = list(/datum/species/vulpkanin)
emote_type = EMOTE_AUDIBLE
age_based = TRUE
vary = TRUE
cooldown = 10 SECONDS
volume = 30
species_type_whitelist_typecache = list(/datum/species/vulpkanin)
sound = 'modular_ss220/emotes/audio/bark.ogg'

/datum/emote/living/carbon/human/wbark
key = "wbark"
key_third_person = "wbark"
message = "дважды гавкает."
message_param = "дважды гавкает на %t."
sound = 'modular_ss220/emotes/audio/wbark.ogg'
species_type_whitelist_typecache = list(/datum/species/vulpkanin)
emote_type = EMOTE_AUDIBLE
age_based = TRUE
vary = TRUE
cooldown = 10 SECONDS
volume = 30
species_type_whitelist_typecache = list(/datum/species/vulpkanin)
sound = 'modular_ss220/emotes/audio/wbark.ogg'

/datum/emote/living/carbon/human/ururu
key = "ururu"
key_third_person = "ururu"
message = "урчит."
message_param = "урчит на %t."
sound = 'modular_ss220/emotes/audio/vulpkanin/purr.ogg'
species_type_whitelist_typecache = list(/datum/species/vulpkanin)
emote_type = EMOTE_VISIBLE | EMOTE_AUDIBLE
vary = TRUE
sound = 'modular_ss220/emotes/audio/vulpkanin/purr.ogg'
cooldown = 10 SECONDS
volume = 50
muzzled_noises = list("слабо")

0 comments on commit 80a0503

Please sign in to comment.