FART/TITLE SCREEN UPDATE

This commit is contained in:
MrSky12
2022-01-19 22:09:18 +01:00
parent 5f191c1f7c
commit c7c09690e2
6 changed files with 25 additions and 0 deletions
@@ -25,6 +25,31 @@
message = " farts"
emote_type = EMOTE_AUDIBLE
//god hates me for this -Metha
/datum/emote/living/fart/run_emote(mob/living/user, params)
if(ishuman(user))
var/fartSoundChoice = rand(3)
switch(fartSoundChoice)
if (0) playsound(user, 'GainStation13/sound/voice/fart3.ogg', 50, 1, -1)
if (1) playsound(user, 'GainStation13/sound/voice/fart4.ogg', 50, 1, -1)
if (2) playsound(user, 'GainStation13/sound/voice/fart2.ogg', 50, 1, -1)
if (3) playsound(user, 'GainStation13/sound/voice/fart1.ogg', 50, 1, -1)
. = ..()
//Shhh... It's a secret! Don't tell or I'll steal your legs
/datum/emote/living/burunyu
key = "burunyu"
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.

Before

Width:  |  Height:  |  Size: 67 KiB

After

Width:  |  Height:  |  Size: 52 KiB