summaryrefslogtreecommitdiff
path: root/rules.ts
diff options
context:
space:
mode:
Diffstat (limited to 'rules.ts')
-rw-r--r--rules.ts6
1 files changed, 6 insertions, 0 deletions
diff --git a/rules.ts b/rules.ts
index 99226c5..b38a2a6 100644
--- a/rules.ts
+++ b/rules.ts
@@ -3781,6 +3781,12 @@ states.command = {
prompt_held_event_at_campaign()
+ if (!is_lord_on_map(game.command)) {
+ view.prompt = `Command: ${lord_name[game.command]} is not on the map.`
+ view.actions.end_command = 1
+ return
+ }
+
// 4.3.2 Marshals MAY take other lords
if (
is_marshal(game.command) ||