Reimplement smart equipping (#22815)
* Reimplement smart equipping * inv prediction fix * oops
This commit is contained in:
@@ -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.
|
||||
|
||||
@@ -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!
|
||||
Reference in New Issue
Block a user