Skip to content

Commit

Permalink
Revert "yup"
Browse files Browse the repository at this point in the history
This reverts commit 3fb4dc1.
  • Loading branch information
AmoryBlaine committed Jan 21, 2025
1 parent 3fb4dc1 commit 6e9b76d
Show file tree
Hide file tree
Showing 6 changed files with 3 additions and 29 deletions.
7 changes: 3 additions & 4 deletions code/__DEFINES/language.dm
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@
#define LANGUAGE_RUSPATOIS "Russian Patois"
#define LANGUAGE_GERMAN "German"
#define LANGUAGE_SPANISH "Spanish"
#define LANGUAGE_PORTUGUESE "Portuguese"
#define LANGUAGE_TSL "Tactical Sign Language"
#define LANGUAGE_YAUTJA "Sainja"
#define LANGUAGE_MONKEY "Primitive" // nanu
Expand All @@ -18,11 +17,11 @@

#define LANGUAGE_TELEPATH "Telepath Implant"

#define ALL_HUMAN_LANGUAGES list(LANGUAGE_ENGLISH, LANGUAGE_JAPANESE, LANGUAGE_CHINESE, LANGUAGE_RUSSIAN, LANGUAGE_GERMAN, LANGUAGE_SPANISH, LANGUAGE_PORTUGUESE, LANGUAGE_RUSPATOIS)
#define ALL_HUMAN_LANGUAGES list(LANGUAGE_ENGLISH, LANGUAGE_JAPANESE, LANGUAGE_CHINESE, LANGUAGE_RUSSIAN, LANGUAGE_GERMAN, LANGUAGE_SPANISH, LANGUAGE_RUSPATOIS)

#define ALL_SYNTH_LANGUAGES list(LANGUAGE_ENGLISH, LANGUAGE_JAPANESE, LANGUAGE_CHINESE, LANGUAGE_RUSSIAN, LANGUAGE_GERMAN, LANGUAGE_SPANISH, LANGUAGE_PORTUGUESE, LANGUAGE_RUSPATOIS, LANGUAGE_YAUTJA, LANGUAGE_XENOMORPH)
#define ALL_SYNTH_LANGUAGES list(LANGUAGE_ENGLISH, LANGUAGE_JAPANESE, LANGUAGE_CHINESE, LANGUAGE_RUSSIAN, LANGUAGE_GERMAN, LANGUAGE_SPANISH, LANGUAGE_RUSPATOIS, LANGUAGE_YAUTJA, LANGUAGE_XENOMORPH)

#define ALL_SYNTH_LANGUAGES_UPP list(LANGUAGE_RUSSIAN, LANGUAGE_ENGLISH, LANGUAGE_JAPANESE, LANGUAGE_CHINESE, LANGUAGE_GERMAN, LANGUAGE_SPANISH, LANGUAGE_PORTUGUESE, LANGUAGE_RUSPATOIS, LANGUAGE_YAUTJA, LANGUAGE_XENOMORPH)
#define ALL_SYNTH_LANGUAGES_UPP list(LANGUAGE_RUSSIAN, LANGUAGE_ENGLISH, LANGUAGE_JAPANESE, LANGUAGE_CHINESE, LANGUAGE_GERMAN, LANGUAGE_SPANISH, LANGUAGE_RUSPATOIS, LANGUAGE_YAUTJA, LANGUAGE_XENOMORPH)

//Chinese language sound bitflags

Expand Down
5 changes: 0 additions & 5 deletions code/modules/character_traits/languages.dm
Original file line number Diff line number Diff line change
Expand Up @@ -45,11 +45,6 @@
applyable = TRUE
cost = 1

/datum/character_trait/language/portuguese
language_name = LANGUAGE_PORTUGUESE
applyable = TRUE
cost = 1

/datum/character_trait/language/ruspatois
language_name = LANGUAGE_RUSPATOIS
applyable = TRUE
Expand Down
11 changes: 0 additions & 11 deletions code/modules/mob/language/languages.dm
Original file line number Diff line number Diff line change
Expand Up @@ -77,17 +77,6 @@

syllables = list("ha", "pana", "ja", "blo", "que", "spa", "di", "ga", "na", "ces", "si", "mo", "so", "de", "el", "to", "ro", "mi", "ca", "la", "di", "ah", "mio", "tar", "ion", "gran", "van", "jo", "cie", "qie", "las", "locho", "mas", "no", "gui", "es", "mal")

/datum/language/portuguese
name = LANGUAGE_PORTUGUESE
desc = "The third most common language spoken in the UA as a result of Brazil's massive population."
speech_verb = "dice"
ask_verb = "cuestiona"
exclaim_verb = "grita"
color = "portuguese"
key = "6"

syllables = list("o", "de", "e", "que", "um", "para", "com", "por", "seu", "outro", "ele", "", "eiro", "bem", "bom", "", "iço", "iça", "lho", "lha", "ção", "pois", "hoje", "ém", "hão", "três", "ela", "aço", "aça", "ça", "você", "ança", "lhe", "lher", "lado", "fim", "nem", "são", "vir", "sem", "sim", "", "se", "em", "até", "esse", "nosso", "eu", "dois", "ar", "mal", "não", "muito", "bém", "mais", "en", "tão", "", "", "ou")

/datum/language/commando
name = LANGUAGE_TSL
desc = "TSL is a modern technique with a combination of modified American sign language, tactical hand signals and discreet and esoteric code names for radios only known by elite commando groups."
Expand Down
1 change: 0 additions & 1 deletion code/stylesheet.dm
Original file line number Diff line number Diff line change
Expand Up @@ -151,7 +151,6 @@ h1.alert, h2.alert {color: #000000;}
.rough {font-family: trebuchet-ms, cursive, sans-serif;}
.german {color: #858F1E; font-family: 'Times New Roman', Times, serif}
.spanish {color: #CF982B;}
.portuguese {color: #974c0e;}
.ruspatois {color: #258687}
.japanese {color: #0047A0}
.commando {color: #FE9B24; font-style: bold;}
Expand Down
4 changes: 0 additions & 4 deletions tgui/packages/tgui-panel/styles/goon/chat-dark.scss
Original file line number Diff line number Diff line change
Expand Up @@ -1407,10 +1407,6 @@ em {
color: #cf982b;
}

.portuguese {
color: #974c0e;
}

.japanese {
color: #940927;
}
Expand Down
4 changes: 0 additions & 4 deletions tgui/packages/tgui-panel/styles/goon/chat-light.scss
Original file line number Diff line number Diff line change
Expand Up @@ -1433,10 +1433,6 @@ h2.alert {
color: #cf982b;
}

.portuguese {
color: #974c0e;
}

.japanese {
color: #940927;
}
Expand Down

0 comments on commit 6e9b76d

Please sign in to comment.