Skip to content

Commit

Permalink
ЭТО КОНЕЦ.
Browse files Browse the repository at this point in the history
  • Loading branch information
NightDawnFox committed Oct 15, 2024
1 parent 5ab9897 commit f5f6c2a
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 28 deletions.
5 changes: 0 additions & 5 deletions code/datums/emote/emote_verbs.dm
Original file line number Diff line number Diff line change
Expand Up @@ -476,11 +476,6 @@
set category = "Эмоции"
emote("whip_l", intentional = TRUE)

/mob/living/carbon/human/proc/emote_rumble()
set name = "< Урчать >"
set category = "Эмоции"
emote("rumble", intentional = TRUE)

/mob/living/carbon/human/proc/emote_hiss_unathi()
set name = "< Шипеть >"
set category = "Эмоции"
Expand Down
4 changes: 0 additions & 4 deletions code/datums/keybindings/emote.dm
Original file line number Diff line number Diff line change
Expand Up @@ -608,10 +608,6 @@
linked_emote = /datum/emote/living/carbon/human/unathi/threat
name = "Угрожать (унати)"

/datum/keybinding/emote/carbon/human/unathi/rumble
linked_emote = /datum/emote/living/carbon/human/unathi/rumble
name = "Урчать (унати)"

/datum/keybinding/emote/carbon/human/unathi/roar
linked_emote = /datum/emote/living/carbon/human/unathi/roar
name = "Рычать (унати)"
Expand Down
19 changes: 0 additions & 19 deletions code/modules/mob/living/carbon/human/human_emote.dm
Original file line number Diff line number Diff line change
Expand Up @@ -1037,25 +1037,6 @@
// Credit to Jamius (freesound.org) for the sound.
sound = 'sound/effects/unathihiss.ogg'


/datum/emote/living/carbon/human/unathi/rumble
key = "rumble"
key_third_person = "rumble"
message = "урч%(ит,ат)%."
message_mime = "тихо урч%(ит,ат)%."
message_postfix = " на %t."
message_param = EMOTE_PARAM_USE_POSTFIX
emote_type = EMOTE_AUDIBLE|EMOTE_MOUTH
muzzled_noises = list("урчащие", "гортанные")
audio_cooldown = 30 SECONDS
age_based = TRUE
volume = 65
sound = list(
'sound/voice/unathi/rumble.ogg',
'sound/voice/unathi/rumble2.ogg',
)


/datum/emote/living/carbon/human/unathi/roar
key = "roar"
key_third_person = "roar"
Expand Down

0 comments on commit f5f6c2a

Please sign in to comment.