From d25638d98fe63efdeab570ef77e6a6a97f2d7a60 Mon Sep 17 00:00:00 2001 From: historia <[not public]> Date: Mon, 22 Jun 2026 14:09:46 -0400 Subject: feat: custom map symbol improvements with 'symbol' command --- data/help/symbol.yaml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'data/help') 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 [color...] - symbol clear + symbol [...] + 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 -- cgit v1.2.3