aboutsummaryrefslogtreecommitdiff
path: root/AGENTS.md
diff options
context:
space:
mode:
authorhistoria <[not public]>2026-06-21 22:19:17 -0400
committerhistoria <[not public]>2026-06-21 22:19:17 -0400
commita3ae1e6aad696f584d138d9363c05dedff136a65 (patch)
tree81e615f7227bc9d1ec79ceefc7311ecde917b074 /AGENTS.md
parent84072ffe6365ad57c4976e9272762aa6db41de7e (diff)
downloadthehouseoficarus-a3ae1e6aad696f584d138d9363c05dedff136a65.tar.gz
feat: safespot system implemented
Diffstat (limited to 'AGENTS.md')
-rw-r--r--AGENTS.md6
1 files changed, 3 insertions, 3 deletions
diff --git a/AGENTS.md b/AGENTS.md
index 00ae2cc..8b65314 100644
--- a/AGENTS.md
+++ b/AGENTS.md
@@ -405,9 +405,9 @@ Account-wide options set via `option <name> <value>`. Stored in account YAML, sh
| `depletion` | bool | false | Show depletion timers |
| `despawn` | bool | false | Show ground item despawn timers |
| `color` | string | "xterm256" | none/ansi/xterm256 — color output mode |
-| `mapwidth` | int | 30 | Map viewport width |
-| `mapheight` | int | 20 | Map viewport height |
-| `mappadding` | string | "none" | none/x/y/xy — blank-row stripping |
+| `map_width` | int | 30 | Map viewport width |
+| `map_height` | int | 20 | Map viewport height |
+| `map_padding` | string | "none" | none/x/y/xy — blank-row stripping |
| `automap` | bool | false | Auto-show map after moving |
| `queue_silently` | bool | true | Suppress queue messages |
| `room_desc_width` | int | 70 | Room desc line wrap width |