diff options
| author | historia <[not public]> | 2026-06-29 04:21:37 -0400 |
|---|---|---|
| committer | historia <[not public]> | 2026-06-29 04:21:37 -0400 |
| commit | 0fe67cfd5def4ac3e919fd611fe5acc55ca2d253 (patch) | |
| tree | fbcdcdeb355bd6c9d3afab006f052a8b465f7feb /internal/game/cmd_color.go | |
| parent | 72dbe734015916f98020d6a617981956f0509e26 (diff) | |
| download | thehouseoficarus-0fe67cfd5def4ac3e919fd611fe5acc55ca2d253.tar.gz | |
better dialog color, edge cases on blocked map links fixed
Diffstat (limited to 'internal/game/cmd_color.go')
| -rw-r--r-- | internal/game/cmd_color.go | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/internal/game/cmd_color.go b/internal/game/cmd_color.go index 00b4ce8..fd9fa55 100644 --- a/internal/game/cmd_color.go +++ b/internal/game/cmd_color.go @@ -157,6 +157,7 @@ var colorCategoryOrder = []string{ "say", "global", "dialog", + "dialog_options", "broadcast", "fire", "eat_food", |
