wield popup fix (#10855)

This commit is contained in:
Nemanja
2022-08-25 09:42:13 -04:00
committed by GitHub
parent 84e20049b8
commit 6871ffe429
2 changed files with 19 additions and 9 deletions

View File

@@ -5,6 +5,9 @@ wieldable-verb-text-unwield = Unwield
wieldable-component-successful-wield = You wield { THE($item) }.
wieldable-component-failed-wield = You unwield { THE($item) }.
wieldable-component-successful-wield-other = { THE($user) } wields { THE($item) }.
wieldable-component-failed-wield-other = { THE($user) } unwields { THE($item) }.
wieldable-component-no-hands = You don't have enough hands!
wieldable-component-not-enough-free-hands = {$number ->
[one] You need a free hand to wield { THE($item) }.