Skip to content

Commit

Permalink
Merge pull request Fansana#276 from Memeji/Nikko-Locale-Fixes
Browse files Browse the repository at this point in the history
Fixes some localization files and the Health Analyzer window.
  • Loading branch information
FoxxoTrystan authored Oct 21, 2024
2 parents 19935a4 + 5f8541d commit 6d10b37
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -180,7 +180,7 @@ private void DrawDiagnosticGroups(

var damageString = Loc.GetString(
"health-analyzer-window-damage-type-text",
("damageType", Loc.GetString("health-analyzer-window-damage-type-" + type)),
("damageType", Loc.GetString("damage-type-" + type.ToLower())),
("amount", typeAmount)
);

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,3 +10,8 @@ ghost-role-information-listeningop-rules = You are a Syndicate Operative tasked
ghost-role-information-paradox-anomaly-name = Paradox Anomaly
ghost-role-information-paradox-anomaly-description = Replace your double, or befriend them.
ghost-role-information-paradox-anomaly-rules = Try and replace your twin with this funny roleplay antag rather than plasma flooding the station or something. You can also just befriend them.
# Delta V soft antag rule
deltav-ghost-role-information-softantag-rules = You are allowed to attack the crew without provocation.
You are allowed to coexist with the crew.
The crew is allowed to kill you without warning.
4 changes: 4 additions & 0 deletions Resources/Locale/en-US/ghost/roles/ghost-role-component.ftl
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,10 @@ ghost-role-information-angry-slimes-description = Everyone around you irritates
ghost-role-information-smile-name = Smile the Slime
ghost-role-information-smile-description = The sweetest creature in the world. Smile Slime!
ghost-role-information-Shiva-name = Shiva
ghost-role-information-Shiva-description = Shiva, the stations first defender. Help the Head of Security in their work
ghost-role-information-Shiva-rules = Protect security staff and the crew from danger. Stay with Security staff or around the Security department, try to disable criminals and not kill them if the situation allows for it.
ghost-role-information-punpun-name = Pun Pun
ghost-role-information-punpun-description = An honorable member of the monkey society in charge of the bar and helping the bartenders in any way he can.
Expand Down
2 changes: 1 addition & 1 deletion Resources/Locale/en-US/traits/traits.ftl
Original file line number Diff line number Diff line change
Expand Up @@ -336,7 +336,7 @@ trait-description-HighPotential =
Your connection to the noösphere is greater than average, making it easier to obtain new psionic powers.
trait-name-LowAmplification = kα Deficiency
trait-description-LowAmplifiction =
trait-description-LowAmplification =
Your psionic abilities are noticeably weaker than ones used by other psions.
trait-name-HighAmplification = kα Abundance
Expand Down

0 comments on commit 6d10b37

Please sign in to comment.