Improve "points at self" messages (#28147)

This commit is contained in:
Tayrtahn
2024-05-19 16:01:54 -04:00
committed by GitHub
parent 6e83c4d570
commit 16aa1c206b

View File

@@ -3,7 +3,7 @@
pointing-system-try-point-cannot-reach = You can't reach there!
pointing-system-point-at-self = You point at yourself.
pointing-system-point-at-other = You point at {THE($other)}.
pointing-system-point-at-self-others = {CAPITALIZE(THE($otherName))} points at {THE($other)}.
pointing-system-point-at-self-others = {CAPITALIZE(THE($otherName))} points at {REFLEXIVE($other)}.
pointing-system-point-at-other-others = {CAPITALIZE(THE($otherName))} points at {THE($other)}.
pointing-system-point-at-you-other = {$otherName} points at you.
pointing-system-point-at-tile = You point at the {$tileName}.