Adds *yip and *yipyip (#2254)

yip yip!

<!-- Write **BELOW** The Headers and **ABOVE** The comments else it may
not be viewable. -->
<!-- You can view Contributing.MD for a detailed description of the pull
request process. -->

## About The Pull Request

It adds *yip and *yipyip, because I want the kobolds to make NOISE.

## Proof Of Testing



https://github.com/user-attachments/assets/d7baa626-656e-4a46-b300-d2314fdc8796


https://github.com/user-attachments/assets/acff25e6-5061-486e-86b8-d385b92debee





## Changelog

🆑
add: *yip
add: *yipyip
/🆑

<!-- Both 🆑's are required for the changelog to work! You can put
your name to the right of the first 🆑 if you want to overwrite your
GitHub username as author ingame. -->
<!-- You can use multiple of the same prefix (they're only used for the
icon ingame) and delete the unneeded ones. Despite some of the tags,
changelogs should generally represent how a player might be affected by
the changes rather than a summary of the PR's contents. -->

<!-- By opening a pull request. You have read and understood the
repository rules located on the main README.md on this project. -->

---------

Co-authored-by: LT3 <83487515+lessthnthree@users.noreply.github.com>
This commit is contained in:
Lasshy KorshBot
2024-10-27 02:59:15 +00:00
committed by GitHub
co-authored by LT3
parent ed276bb2ed
commit 505ae89a48
7 changed files with 24 additions and 1 deletions
+1 -1
View File
@@ -583,4 +583,4 @@
message = "meows loudly!"
emote_type = EMOTE_AUDIBLE
vary = TRUE
sound = 'modular_skyrat/modules/emotes/sound/voice/mggaow.ogg'
sound = 'modular_skyrat/modules/emotes/sound/voice/mggaow.ogg'
@@ -0,0 +1,2 @@
yipyip is "Yip Yip" from http://soundboards.cubicleninja.com/
yip sounds sourced from kobold generator: https://introdile.itch.io/kobold-generator
@@ -132,3 +132,24 @@
emote_type = EMOTE_AUDIBLE
vary = TRUE
sound = 'modular_zubbers/code/modules/emotes/sound/voice/squeal.ogg' // See https://github.com/shiptest-ss13/Shiptest/pull/2159
/datum/emote/living/yipyip
key = "yipyip"
key_third_person = "yips twice"
message = "yips twice!"
emote_type = EMOTE_AUDIBLE
vary = TRUE
sound = 'modular_zubbers/code/modules/emotes/sound/voice/yip.ogg'
/datum/emote/living/yip
key = "yip"
key_third_person = "yips"
message = "yips!"
emote_type = EMOTE_AUDIBLE
vary = TRUE
mob_type_allowed_typecache = list(/mob/living/carbon, /mob/living/silicon/pai)
/datum/emote/living/yip/get_sound(mob/living/user)
return pick('modular_zubbers/code/modules/emotes/sound/voice/yip1.ogg',
'modular_zubbers/code/modules/emotes/sound/voice/yip2.ogg',
'modular_zubbers/code/modules/emotes/sound/voice/yip2.ogg')