Skip to content

Commit

Permalink
Remove some ai voxlines that I can't see being used in a non-rule-bre…
Browse files Browse the repository at this point in the history
…aking way (#5658)

## About The Pull Request
This PR attempts to be a subset of removals taken from #4254, but only
those that would only be usable in a rule-breaking context.

The list of words that were removed are as follows:
* `abortions` - There are some legitimate non-political uses of this
word - but I can't see any reasonable AI player using this word due to
its strong connections to politics. Plus, if we're talking about
abortion in a funny spaceman game, it's very likely the round has
devolved into real-world politics. (EDIT: I was notified that
`abortions` was used to refer to xeno larvae inside people - but I'm
still iffy about it, so I'm going to defer to the admins.)
* `coomer` - Sexual word, which will almost certainly be a rule 3
violation whenever used.

Of note, I left certain words in that I wasn't sure about:
* `cunt`, `wanker` - While these can be sexual, they could also be used
by the AI to insult someone. I would hope that most players have enough
common sense to only use it as an insult.
* `woody` - This was likely added as a reference to "Woody's Got Wood" -
but the word itself can be used to describe a wood-like area.

Other words that were deleted in the original PR (which included `feet`,
for some reason) are left undeleted here, due to not being rulebreaking.

## Why It's Good For The Game
Cleans up some words that would go unused, or would only be usable in a
rule-breaking context.

## Changelog

:cl:MichiRecRoom
del: A couple words have been removed from the AI's vox repertoire -
these words were only usable in rule-breaking contexts anyways.
/:cl:
  • Loading branch information
LikeLakers2 authored Mar 1, 2025
1 parent ff61469 commit 6b56897
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 2 deletions.
2 changes: 0 additions & 2 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 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.

0 comments on commit 6b56897

Please sign in to comment.