mirror of
https://github.com/KabKebab/GS13.git
synced 2026-08-25 14:06:15 +01:00
Voice Preferences
Added different voices and voice preferences to character customization. Already implemented voices are human, roach and lizard
This commit is contained in:
@@ -497,7 +497,9 @@
|
||||
. = ..()
|
||||
message = null
|
||||
emote_type = EMOTE_VISIBLE
|
||||
playsound(usr.loc, 'GainStation13/sound/voice/voices/speak_1.ogg', 90, 10)
|
||||
if(ishuman(usr))
|
||||
var/mob/living/carbon/human/H = usr
|
||||
playsound(usr.loc, "GainStation13/sound/voice/voices/[H.voice].ogg", 90, 10)
|
||||
|
||||
/datum/emote/living/custom/replace_pronoun(mob/user, message)
|
||||
return message
|
||||
|
||||
Reference in New Issue
Block a user