Skip to content

Commit

Permalink
Удаляет урчание у вульп, no more ururu (ss220club#1748)
Browse files Browse the repository at this point in the history
## Что этот PR делает

Удаляет урчание у вульпканинов.
Удаляет урчание и файл с урчанием из игры и панели эмоутов.

## Почему это хорошо для игры

Потому что.

## Тестирование

На локалочке зашел, не смог урчать

## Changelog

:cl: Hans
del: Удалил урчание вульпам
/:cl:
  • Loading branch information
HNSakt authored Jan 15, 2025
1 parent 94917e0 commit e30070c
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 20 deletions.
Binary file removed modular_ss220/emotes/audio/vulpkanin/purr.ogg
Binary file not shown.
13 changes: 0 additions & 13 deletions modular_ss220/emotes/code/emote.dm
Original file line number Diff line number Diff line change
Expand Up @@ -419,19 +419,6 @@
cooldown = 10 SECONDS
volume = 30

/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
cooldown = 10 SECONDS
volume = 50
muzzled_noises = list("слабо")

/datum/emote/living/carbon/human/meow
key = "meow"
key_third_person = "meow"
Expand Down
5 changes: 0 additions & 5 deletions modular_ss220/emotes/code/emote_verbs.dm
Original file line number Diff line number Diff line change
Expand Up @@ -94,11 +94,6 @@
set category = "Эмоции"
emote("wbark", intentional = TRUE)

/mob/living/carbon/human/proc/emote_ururu()
set name = "" + EMOTE_HUMAN_RUMBLE + " "
set category = "Эмоции"
emote("ururu", intentional = TRUE)

/// Action Emotes ///
/mob/living/carbon/human/verb/emote_collapse()
set name = "" + EMOTE_COLLAPSE + " "
Expand Down
2 changes: 0 additions & 2 deletions modular_ss220/emotes/code/racial_emotes.dm
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@
H.verbs |= /mob/living/carbon/human/proc/emote_growl
H.verbs |= /mob/living/carbon/human/proc/emote_bark
H.verbs |= /mob/living/carbon/human/proc/emote_wbark
H.verbs |= /mob/living/carbon/human/proc/emote_ururu

/datum/species/vulpkanin/on_species_loss(mob/living/carbon/human/H)
..()
Expand All @@ -16,7 +15,6 @@
H.verbs -= /mob/living/carbon/human/proc/emote_growl
H.verbs -= /mob/living/carbon/human/proc/emote_bark
H.verbs -= /mob/living/carbon/human/proc/emote_wbark
H.verbs -= /mob/living/carbon/human/proc/emote_ururu

/datum/species/diona/on_species_gain(mob/living/carbon/human/H)
..()
Expand Down

0 comments on commit e30070c

Please sign in to comment.