-
Notifications
You must be signed in to change notification settings - Fork 195
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix Various Language Trait Issues (#1441)
# Description Fixes some various issues with language related traits, such as Mimes being able to take the Mute trait for "Free points", Foreigner being able to be combined with Mute for "Free Points", etc. Foreigner being able to be taken by Mimes for "Free Points". Also stuff like the "Rare" languages giving you points instead of costing points, Sign Language being the "Best Language" because its mechanically better and free, so now it costs points, etc. # Changelog :cl: - tweak: Mimes can no longer take the Muted or Foreigner traits. - tweak: "Rare" languages like Sinta'Azaziba, Valyrian Standard, now cost points instead of giving points. - tweak: Sign Language now costs points. --------- Co-authored-by: sleepyyapril <[email protected]>
- Loading branch information
1 parent
cd29b5e
commit 231a077
Showing
3 changed files
with
14 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -83,6 +83,7 @@ | |
jobs: | ||
- Borg | ||
- MedicalBorg | ||
- Mime | ||
functions: | ||
- !type:TraitAddComponent | ||
components: | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters