removed racist accents, added pig/cow voice gags

- removed italian and asian accents, as they were racist
- added pig/cow gag voice modulator: if you put it on, your speech will be turned to animal sounds
- placed pig/cow gags into kink vendor and mealdor (contraband)
This commit is contained in:
evilew
2024-03-20 15:30:45 +01:00
parent 82ee38d206
commit 966ec0ba23
11 changed files with 109 additions and 52 deletions
+1 -1
View File
@@ -20,7 +20,7 @@
flags_inv = HIDEFACE|HIDEHAIR|HIDEFACIALHAIR
w_class = WEIGHT_CLASS_SMALL
mutantrace_variation = MUTANTRACE_VARIATION
modifies_speech = TRUE
// modifies_speech = TRUE //bad!
/obj/item/clothing/mask/luchador/handle_speech(datum/source, list/speech_args)
var/message = speech_args[SPEECH_MESSAGE]
+2 -2
View File
@@ -60,7 +60,7 @@
/obj/item/clothing/mask/fakemoustache/italian
name = "italian moustache"
desc = "Made from authentic Italian moustache hairs. Gives the wearer an irresistable urge to gesticulate wildly."
modifies_speech = TRUE
// modifies_speech = TRUE //bad!
/obj/item/clothing/mask/fakemoustache/italian/handle_speech(datum/source, list/speech_args)
var/message = speech_args[SPEECH_MESSAGE]
@@ -121,7 +121,7 @@
flags_inv = HIDEFACE|HIDEHAIR|HIDEFACIALHAIR
w_class = WEIGHT_CLASS_SMALL
clothing_flags = VOICEBOX_TOGGLABLE
modifies_speech = TRUE
//modifies_speech = TRUE
/obj/item/clothing/mask/frog/handle_speech(datum/source, list/speech_args) //whenever you speak
if(!CHECK_BITFIELD(clothing_flags, VOICEBOX_DISABLED))