mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-24 05:30:05 +01:00
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:
@@ -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')
|
||||
|
||||
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Reference in New Issue
Block a user