wielding cleanup (#10525)

This commit is contained in:
Nemanja
2022-08-11 18:53:35 -04:00
committed by GitHub
parent c8f8bf68f0
commit 98cdb12b4f
3 changed files with 35 additions and 33 deletions

View File

@@ -1,8 +1,14 @@
### Locale for wielding items; i.e. two-handing them
wieldable-verb-text-wield = Wield
wieldable-verb-text-unwield = Unwield
wieldable-component-successful-wield = You wield { THE($item) }.
wieldable-component-failed-wield = You unwield { THE($item) }.
wieldable-component-no-hands = You don't have enough hands!
wieldable-component-not-enough-free-hands = You need { $number } free hands to wield { THE($item) }.
wieldable-component-not-enough-free-hands = {$number ->
[one] You need a free hand to wield { THE($item) }.
*[other] You need { $number } free hands to wield { THE($item) }.
}
wieldable-component-not-in-hands = { CAPITALIZE(THE($item)) } isn't in your hands!