mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-29 16:18:01 +01:00
@@ -503,111 +503,3 @@
|
||||
key = "exhale"
|
||||
key_third_person = "exhales"
|
||||
message = "breathes out."
|
||||
|
||||
/datum/emote/living/bababooey
|
||||
key = "bababooey"
|
||||
key_third_person = "bababooeys"
|
||||
message = "spews bababooey."
|
||||
emote_type = EMOTE_AUDIBLE
|
||||
muzzle_ignore = FALSE
|
||||
vary = TRUE
|
||||
mob_type_allowed_typecache = list(/mob/living/carbon/human, /mob/living/brain, /mob/living/silicon)
|
||||
|
||||
/datum/emote/living/bababooey/get_sound(mob/living/user)
|
||||
if(isliving(user))
|
||||
var/mob/living/L = user
|
||||
if(!L.mind || !L.mind.miming)
|
||||
if(user.is_muzzled())
|
||||
return 'sound/voice/human/ffff.ogg'
|
||||
else
|
||||
return pick('sound/voice/human/bababooey.ogg', 'sound/voice/human/bababooey2.ogg')
|
||||
|
||||
/datum/emote/living/babafooey
|
||||
key = "babafooey"
|
||||
key_third_person = "babafooeys"
|
||||
message = "spews babafooey."
|
||||
emote_type = EMOTE_AUDIBLE
|
||||
muzzle_ignore = FALSE
|
||||
vary = TRUE
|
||||
mob_type_allowed_typecache = list(/mob/living/carbon/human, /mob/living/brain, /mob/living/silicon)
|
||||
|
||||
/datum/emote/living/babafooey/get_sound(mob/living/user)
|
||||
if(isliving(user))
|
||||
var/mob/living/L = user
|
||||
if(!L.mind || !L.mind.miming)
|
||||
if(user.is_muzzled())
|
||||
return 'sound/voice/human/ffff.ogg'
|
||||
else
|
||||
return 'sound/voice/human/babafooey.ogg'
|
||||
|
||||
/datum/emote/living/fafafooey
|
||||
key = "fafafooey"
|
||||
key_third_person = "fafafooeys"
|
||||
message = "spews fafafooey."
|
||||
emote_type = EMOTE_AUDIBLE
|
||||
muzzle_ignore = FALSE
|
||||
vary = TRUE
|
||||
mob_type_allowed_typecache = list(/mob/living/carbon/human, /mob/living/brain, /mob/living/silicon)
|
||||
|
||||
/datum/emote/living/fafafooey/get_sound(mob/living/user)
|
||||
if(isliving(user))
|
||||
var/mob/living/L = user
|
||||
if(!L.mind || !L.mind.miming)
|
||||
if(user.is_muzzled())
|
||||
return 'sound/voice/human/ffff.ogg'
|
||||
if(prob(10))
|
||||
return 'sound/voice/human/fafafohowa.ogg'
|
||||
else
|
||||
return pick('sound/voice/human/fafafooey.ogg', 'sound/voice/human/fafafooey2.ogg', 'sound/voice/human/fafafooey3.ogg')
|
||||
|
||||
/datum/emote/living/fafafoggy
|
||||
key = "fafafoggy"
|
||||
key_third_person = "fafafoggys"
|
||||
message = "spews fafafoggy."
|
||||
emote_type = EMOTE_AUDIBLE
|
||||
muzzle_ignore = FALSE
|
||||
vary = TRUE
|
||||
mob_type_allowed_typecache = list(/mob/living/carbon/human, /mob/living/brain, /mob/living/silicon)
|
||||
|
||||
/datum/emote/living/fafafoggy/get_sound(mob/living/user)
|
||||
if(isliving(user))
|
||||
var/mob/living/L = user
|
||||
if(!L.mind || !L.mind.miming)
|
||||
if(user.is_muzzled())
|
||||
return 'sound/voice/human/ffff.ogg'
|
||||
if(prob(10))
|
||||
return 'sound/voice/human/fafafohowa.ogg'
|
||||
else
|
||||
return pick('sound/voice/human/fafafoggy.ogg', 'sound/voice/human/fafafoggy2.ogg')
|
||||
|
||||
/datum/emote/living/hohohoy
|
||||
key = "hohohoy"
|
||||
key_third_person = "hohohoys"
|
||||
message = "spews hohohoy."
|
||||
emote_type = EMOTE_AUDIBLE
|
||||
muzzle_ignore = FALSE
|
||||
vary = TRUE
|
||||
mob_type_allowed_typecache = list(/mob/living/carbon/human, /mob/living/brain, /mob/living/silicon)
|
||||
|
||||
/datum/emote/living/hohohoy/get_sound(mob/living/user)
|
||||
if(isliving(user))
|
||||
var/mob/living/L = user
|
||||
if(!L.mind || !L.mind.miming)
|
||||
if(user.is_muzzled())
|
||||
return 'sound/voice/human/ffff.ogg'
|
||||
else
|
||||
return 'sound/voice/human/hohohoy.ogg'
|
||||
|
||||
/datum/emote/living/ffff
|
||||
key = "ffff"
|
||||
key_third_person = "ffffs"
|
||||
message = "spews something softly."
|
||||
emote_type = EMOTE_AUDIBLE
|
||||
vary = TRUE
|
||||
mob_type_allowed_typecache = list(/mob/living/carbon/human, /mob/living/brain, /mob/living/silicon)
|
||||
|
||||
/datum/emote/living/ffff/get_sound(mob/living/user)
|
||||
if(isliving(user))
|
||||
var/mob/living/L = user
|
||||
if(!L.mind || !L.mind.miming)
|
||||
return 'sound/voice/human/ffff.ogg'
|
||||
|
||||
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Reference in New Issue
Block a user