Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Make All Trait Languages Visible #119

Merged
merged 1 commit into from
Jan 3, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions Resources/Prototypes/Language/Species-Specific/diona.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
# TODO: Replace this with a much better language.
- type: language
id: RootSpeak
isVisibleLanguage: true
speech:
color: "#ce5e14dd"
fontId: Noganas
Expand Down
1 change: 1 addition & 0 deletions Resources/Prototypes/Language/Species-Specific/harpy.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
- type: language
id: ValyrianStandard
isVisibleLanguage: true
speech:
fontId: Cambria
color: "#008ecc"
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
# Spoken by shadowkins.
- type: language
id: Marish
isVisibleLanguage: true
speech:
color: "#be3cc5"
fontId: Lymphatic
Expand Down
1 change: 1 addition & 0 deletions Resources/Prototypes/Language/Species-Specific/moth.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
# TODO: Replace this with a much better language.
- type: language
id: Moffic
isVisibleLanguage: true
speech:
color: "#c7df2edd"
fontId: Copperplate
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
# TODO: Replace this with a much better language.
- type: language
id: Nekomimetic
isVisibleLanguage: true
speech:
color: "#df57aaee"
fontId: Manga
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
# TODO: Replace this with a much better language.
- type: language
id: Bubblish
isVisibleLanguage: true
speech:
color: "#00a3e2dd"
fontId: RubikBubbles
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
# TODO: Replace this with a much better language.
- type: language
id: Canilunzt
isVisibleLanguage: true
speech:
color: "#d69b3dcc"
obfuscation:
Expand Down
1 change: 1 addition & 0 deletions Resources/Prototypes/Language/Standard/elyran.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
- type: language
id: Elyran
isVisibleLanguage: true
speech:
color: "#8282fbaa"
obfuscation:
Expand Down
1 change: 1 addition & 0 deletions Resources/Prototypes/Language/Standard/freespeak.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
- type: language
id: Freespeak
isVisibleLanguage: true
speech:
color: "#597d35"
obfuscation:
Expand Down
1 change: 1 addition & 0 deletions Resources/Prototypes/Language/Standard/solcommon.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
- type: language
id: SolCommon
isVisibleLanguage: true
speech:
color: "#8282fbaa"
obfuscation:
Expand Down
1 change: 1 addition & 0 deletions Resources/Prototypes/Language/Standard/tradeband.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
- type: language
id: Tradeband
isVisibleLanguage: true
speech:
color: "#597d35"
obfuscation:
Expand Down
1 change: 1 addition & 0 deletions Resources/Prototypes/Language/genericlanguages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@
# TODO: Replace this with much better languages. Yes, robots can have languages.
- type: language
id: RobotTalk
isVisibleLanguage: true
speech:
fontId: Monospace
obfuscation:
Expand Down
Loading