Reimplement smart equipping (#22815)

* Reimplement smart equipping

* inv prediction fix

* oops
This commit is contained in:
Kara
2023-12-21 07:17:09 -07:00
committed by GitHub
parent f1241ff9c3
commit fdf718e586
5 changed files with 226 additions and 92 deletions

View File

@@ -1,8 +1,3 @@
## HandsSystem
hands-system-missing-equipment-slot = You have no {$slotName} to take something out of!
hands-system-empty-equipment-slot = There's nothing in your {$slotName} to take out!
# Examine text after when they're holding something (in-hand)
comp-hands-examine = { CAPITALIZE(SUBJECT($user)) } { CONJUGATE-BE($user) } holding { $items }.
comp-hands-examine-empty = { CAPITALIZE(SUBJECT($user)) } { CONJUGATE-BE($user) } not holding anything.