diff options
Diffstat (limited to 'data/help/symbol.yaml')
| -rw-r--r-- | data/help/symbol.yaml | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/data/help/symbol.yaml b/data/help/symbol.yaml index 56c91d1..c3ec893 100644 --- a/data/help/symbol.yaml +++ b/data/help/symbol.yaml @@ -4,14 +4,16 @@ description: | Set a custom map symbol for the current room. Usage: symbol <char> [color...] - symbol clear + symbol <color> [...] + symbol reset symbol Examples: symbol M Set current room symbol to M symbol M 232 Set symbol to M with foreground color 232 symbol M 232 bold Set symbol to M with color 232 and bold - symbol clear Remove custom symbol for current room + symbol 233 Set current room's symbol color to 233 + symbol reset Remove custom symbol for current room symbol Show current room's custom symbol The default map symbol for all rooms is ■. You can override |
