diff options
| author | historia <[not public]> | 2026-06-22 14:09:46 -0400 |
|---|---|---|
| committer | historia <[not public]> | 2026-06-22 14:09:46 -0400 |
| commit | d25638d98fe63efdeab570ef77e6a6a97f2d7a60 (patch) | |
| tree | 0bb1405b8896c7d1f98cef1ea2e994575e6b0b49 /data/help | |
| parent | 5b9a75a1520a198c9c6b1f1f55e05c9f4aab5629 (diff) | |
| download | thehouseoficarus-d25638d98fe63efdeab570ef77e6a6a97f2d7a60.tar.gz | |
feat: custom map symbol improvements with 'symbol' command
Diffstat (limited to 'data/help')
| -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 |
