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

@@ -0,0 +1,4 @@
smart-equip-missing-equipment-slot = You have no {$slotName} slot to interact with!
smart-equip-empty-equipment-slot = There's nothing in your {$slotName} slot to take out!
smart-equip-no-valid-item-slot-insert = There's no valid item slot for {THE($item)} to go into!
smart-equip-cant-drop = You can't drop that!