From 5ea082ab4e82409aebc889b496f43e52b003d4f7 Mon Sep 17 00:00:00 2001 From: historia <[not public]> Date: Fri, 19 Jun 2026 21:20:32 -0400 Subject: feat: science combat/triggers overhauled. decks now use autotrigger attacks. --- internal/game/cmd_registry.go | 2 ++ 1 file changed, 2 insertions(+) (limited to 'internal/game/cmd_registry.go') diff --git a/internal/game/cmd_registry.go b/internal/game/cmd_registry.go index 0439cc2..c4f7700 100644 --- a/internal/game/cmd_registry.go +++ b/internal/game/cmd_registry.go @@ -83,6 +83,8 @@ var commandRegistry = map[string]commandDef{ "mods": {(*Game).executeMods, ClassInstant}, "modlist": {(*Game).executeMods, ClassInstant}, "mod": {(*Game).executeMods, ClassInstant}, + "modules": {(*Game).executeMods, ClassInstant}, + "module": {(*Game).executeMods, ClassInstant}, "sneak": {(*Game).executeSneak, ClassInstant}, "trigger": {(*Game).executeTrigger, ClassActive}, "talk": {(*Game).executeTalk, ClassActive}, -- cgit v1.2.3