2021-06-21 02:13:54 +02:00
|
|
|
# Examine text after when they're holding something (in-hand)
|
2023-10-08 17:01:18 -04:00
|
|
|
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]
|
2021-06-21 02:13:54 +02:00
|
|
|
|
2023-03-19 23:36:04 +03:00
|
|
|
hands-system-blocked-by = Blocked by
|