mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-01-28 18:11:16 +00:00
## About The Pull Request Added a ``/datum/component/speechmod`` component which can be used to perform basic speech modifications. It use either simple replacements or regex, add a string at the end of any message (at a chance if required) and convert speech to uppercase. However, a good chunk of speechmods are far too niche and specific to be put into a speechmod component and thus have been left alone. ## Why It's Good For The Game Cuts down on copypasted code, makes making new speechmods easier. ## Changelog 🆑 refactor: Refactored a lot of speech modifiers to use a component instead of copied over code. /🆑
21 lines
353 B
JSON
21 lines
353 B
JSON
{
|
|
"luchador": {
|
|
"captain": "CAPITÁN",
|
|
"station": "ESTACIÓN",
|
|
"sir": "SEÑOR",
|
|
"the ": "el ",
|
|
"my ": "mi ",
|
|
"is ": "es ",
|
|
"it's": "es",
|
|
"friend": "amigo",
|
|
"buddy": "amigo",
|
|
"hello": "hola",
|
|
" hot": " caliente",
|
|
" very ": " muy ",
|
|
"sword": "espada",
|
|
"library": "biblioteca",
|
|
"traitor": "traidor",
|
|
"wizard": "mago"
|
|
}
|
|
}
|