multi-handed item component (#12523)

* multi-handed item component

* pretty fucking obvious missed portion of this

* holy shit was i on crack wtf was that code

* DEWIT RIGHT
This commit is contained in:
Nemanja
2022-12-19 23:07:23 -05:00
committed by GitHub
parent 0b72e1d404
commit 168bad2ef2
5 changed files with 104 additions and 0 deletions

View File

@@ -0,0 +1,4 @@
multi-handed-item-pick-up-fail = {$number ->
[one] You need one more free hand to pick up { THE($item) }.
*[other] You need { $number } more free hands to pick up { THE($item) }.
}