12 lines
578 B
Plaintext
12 lines
578 B
Plaintext
## 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.
|
|
comp-hands-examine-wrapper = { INDEFINITE($item) } [color=paleturquoise]{$item}[/color]
|
|
|
|
hands-system-blocked-by = Blocked by
|