predict emag and make blessed record struct events (#13623)

This commit is contained in:
Nemanja
2023-01-21 10:12:45 -05:00
committed by GitHub
parent fec54b7cb2
commit d87d8f2886
17 changed files with 255 additions and 158 deletions

View File

@@ -1,5 +1,12 @@
emag-success = The card zaps something in {THE($target)}.
emag-no-charges = No charges left!
emag-charges-remaining = It has [color=fuchsia]{$charges}[/color] charges remaining.
emag-charges-remaining = {$charges ->
[one] It has [color=fuchsia]{$charges}[/color] charge remaining.
*[other] It has [color=fuchsia]{$charges}[/color] charges remaining.
}
emag-max-charges = It's at [color=green]maximum[/color] charges.
emag-recharging = There are [color=yellow]{$seconds}[/color] seconds left until the next charge.
emag-recharging = {$seconds ->
[one] There is [color=yellow]{$seconds}[/color] second left until the next charge.
*[other] There are [color=yellow]{$seconds}[/color] seconds left until the next charge.
}