Skip to content

Commit

Permalink
Voxline Cleanup (#4254)
Browse files Browse the repository at this point in the history
## About The Pull Request

Removes some from what the AI is able to say.
Some of these being downright in breach of rule 3, or at the very least
very close to being so.

## Why It's Good For The Game

The cleanup of AI voxlines will make the language moderation on the part
of admins easier.


## Changelog


:cl:

del: Removed rulebreaking voxlines from the AI's repertoire
del: Removed brainrot voxlines from the AI's repertoire

/:cl:
  • Loading branch information
MissClassyPineapple authored Feb 25, 2025
1 parent a834103 commit 6e63f66
Show file tree
Hide file tree
Showing 9 changed files with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions code/modules/mob/living/silicon/ai/vox_sounds.dm
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@ GLOBAL_LIST_INIT(vox_sounds, list(
"." = 'sound/vox_fem/..ogg',
"a" = 'sound/vox_fem/a.ogg',
"abduction" = 'sound/vox_fem/abduction.ogg',
"abortions" = 'sound/vox_fem/abortions.ogg',
"above" = 'sound/vox_fem/above.ogg',
"absorb" = 'sound/vox_fem/absorb.ogg',
"absorbed" = 'sound/vox_fem/absorbed.ogg',
Expand Down Expand Up @@ -271,7 +270,6 @@ GLOBAL_LIST_INIT(vox_sounds, list(
"cool" = 'sound/vox_fem/cool.ogg',
"coolant" = 'sound/vox_fem/coolant.ogg',
"cooling" = 'sound/vox_fem/cooling.ogg',
"coomer" = 'sound/vox_fem/coomer.ogg',
"core" = 'sound/vox_fem/core.ogg',
"corgi" = 'sound/vox_fem/corgi.ogg',
"corporation" = 'sound/vox_fem/corporation.ogg',
Expand All @@ -295,7 +293,6 @@ GLOBAL_LIST_INIT(vox_sounds, list(
"crystal" = 'sound/vox_fem/crystal.ogg',
"cult" = 'sound/vox_fem/cult.ogg',
"cultist" = 'sound/vox_fem/cultist.ogg',
"cunt" = 'sound/vox_fem/cunt.ogg',
"curator" = 'sound/vox_fem/curator.ogg',
"cyborg" = 'sound/vox_fem/cyborg.ogg',
"cyborgs" = 'sound/vox_fem/cyborgs.ogg',
Expand Down Expand Up @@ -452,7 +449,6 @@ GLOBAL_LIST_INIT(vox_sounds, list(
"featured" = 'sound/vox_fem/featured.ogg',
"features" = 'sound/vox_fem/features.ogg',
"featuring" = 'sound/vox_fem/featuring.ogg',
"feet" = 'sound/vox_fem/feet.ogg',
"felinid" = 'sound/vox_fem/felinid.ogg',
"few" = 'sound/vox_fem/few.ogg',
"field" = 'sound/vox_fem/field.ogg',
Expand Down Expand Up @@ -535,7 +531,6 @@ GLOBAL_LIST_INIT(vox_sounds, list(
"gulf" = 'sound/vox_fem/gulf.ogg',
"gun" = 'sound/vox_fem/gun.ogg',
"guthrie" = 'sound/vox_fem/guthrie.ogg',
"gyatt" = 'sound/vox_fem/gyatt.ogg',
"h" = 'sound/vox_fem/h.ogg',
"hacker" = 'sound/vox_fem/hacker.ogg',
"hackers" = 'sound/vox_fem/hackers.ogg',
Expand Down Expand Up @@ -947,7 +942,6 @@ GLOBAL_LIST_INIT(vox_sounds, list(
"revolutionary" = 'sound/vox_fem/revolutionary.ogg',
"right" = 'sound/vox_fem/right.ogg',
"riot" = 'sound/vox_fem/riot.ogg',
"rizz" = 'sound/vox_fem/rizz.ogg',
"roboticist" = 'sound/vox_fem/roboticist.ogg',
"rocket" = 'sound/vox_fem/rocket.ogg',
"roger" = 'sound/vox_fem/roger.ogg',
Expand Down Expand Up @@ -1234,7 +1228,6 @@ GLOBAL_LIST_INIT(vox_sounds, list(
"w" = 'sound/vox_fem/w.ogg',
"walk" = 'sound/vox_fem/walk.ogg',
"wall" = 'sound/vox_fem/wall.ogg',
"wanker" = 'sound/vox_fem/wanker.ogg',
"want" = 'sound/vox_fem/want.ogg',
"wanted" = 'sound/vox_fem/wanted.ogg',
"warden" = 'sound/vox_fem/warden.ogg',
Expand Down Expand Up @@ -1269,7 +1262,6 @@ GLOBAL_LIST_INIT(vox_sounds, list(
"without" = 'sound/vox_fem/without.ogg',
"wizard" = 'sound/vox_fem/wizard.ogg',
"wood" = 'sound/vox_fem/wood.ogg',
"woody" = 'sound/vox_fem/woody.ogg',
"woop" = 'sound/vox_fem/woop.ogg',
"work" = 'sound/vox_fem/work.ogg',
"worked" = 'sound/vox_fem/worked.ogg',
Expand Down
Binary file removed sound/vox_fem/abortions.ogg
Binary file not shown.
Binary file removed sound/vox_fem/coomer.ogg
Binary file not shown.
Binary file removed sound/vox_fem/cunt.ogg
Binary file not shown.
Binary file removed sound/vox_fem/feet.ogg
Binary file not shown.
Binary file removed sound/vox_fem/gyatt.ogg
Binary file not shown.
Binary file removed sound/vox_fem/rizz.ogg
Binary file not shown.
Binary file removed sound/vox_fem/wanker.ogg
Binary file not shown.
Binary file removed sound/vox_fem/woody.ogg
Binary file not shown.

0 comments on commit 6e63f66

Please sign in to comment.