Skip to content

Commit

Permalink
Fix supermatter.ftl (#790)
Browse files Browse the repository at this point in the history
supermatter .ftl was broken, this fixes it.

<!--
This is a semi-strict format, you can add/remove sections as needed but
the order/format should be kept the same
Remove these comments before submitting
-->

# Description

<!--
Explain this PR in as much detail as applicable

Some example prompts to consider:
How might this affect the game? The codebase?
What might be some alternatives to this?
How/Who does this benefit/hurt [the game/codebase]?
-->

Easly fix the supermatter .ftl files that was not set correctly, why? i
dunno.
now its works.

---

# Changelog

<!--
You can add an author after the `:cl:` to change the name that appears
in the changelog (ex: `:cl: Death`)
Leaving it blank will default to your GitHub display name
This includes all available types for the changelog
-->

:cl:
- fix: Supermatter Annoncements

Signed-off-by: FoxxoTrystan <[email protected]>
  • Loading branch information
FoxxoTrystan authored Aug 24, 2024
1 parent ef416f3 commit eb9c206
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions Resources/Locale/en-US/supermatter/supermatter.ftl
Original file line number Diff line number Diff line change
@@ -1,19 +1,19 @@
supermatter-announcer = Automatic Supermatter Engine
supermatter-examine-integrity =
Its' integrity is [color=yellow]{$integrity}%[/color].
supermatter-announcement-warning =
supermatter-warning =
Warning! Crystal hyperstructure integrity faltering! Integrity: {$integrity}%.
supermatter-announcement-emergency =
supermatter-emergency =
DANGER! Crystal hyperstructure integrity reaching critical levels! Integrity: {$integrity}%.
supermatter-announcement-delam-explosion =
supermatter-delam-explosion =
CRYSTAL DELAMINATION IMMINENT! The crystal has reached critical integrity failure! Emergency causality destabilization field has been engaged.
supermatter-announcement-delam-overmass =
supermatter-delam-overmass =
CRYSTAL DELAMINATION IMMINENT! Crystal hyperstructure integrity has reached critical mass failure! Singularity formation imminent!
supermatter-announcement-delam-tesla =
supermatter-delam-tesla =
CRYSTAL DELAMINATION IMMINENT! Crystal hyperstructure integrity has reached critical power surge failure! Energy ball formation imminent!
supermatter-announcement-delam-cascade =
supermatter-delam-cascade =
CRYSTAL DELAMINATION IMMINENT! Harmonic frequency limits exceeded, casualty destabilization field could not be engaged!
supermatter-announcement-delam-cancel =
supermatter-delam-cancel =
Crystalline hyperstructure returning to safe operating parameters. Failsafe has been Disengaged. Integrity: {$integrity}%.
supermatter-seconds-before-delam =
Estimated time before delamination: {$seconds} seconds.
Expand Down

0 comments on commit eb9c206

Please sign in to comment.