We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1a86d2e commit 779ae8aCopy full SHA for 779ae8a
1 file changed
src/fantasy_forge/l10n/en/main.ftl
@@ -42,7 +42,10 @@ cannot-attack = Cannot attack { INTER($target) }.
42
cannot-use-message = You can't use { EXISTS($other) ->
43
[true] { INTER($other) } with{ " " }
44
*[false] { "" }
45
-}{ INTER($this) }.
+}{ INTER($this) }{ EXISTS($other) ->
46
+ [true] { "" }
47
+ *[false] { " on its own, you need to specify what to use it with" }
48
+}.
49
armour-detail = {$type}: {EXISTS($item) ->
50
[true] {$item_name} ({NUM($item_defense)} defense)
51
*[false] Nothing
0 commit comments