summaryrefslogtreecommitdiff
path: root/rules.js
diff options
context:
space:
mode:
Diffstat (limited to 'rules.js')
-rw-r--r--rules.js4
1 files changed, 2 insertions, 2 deletions
diff --git a/rules.js b/rules.js
index afaf929..13e6da2 100644
--- a/rules.js
+++ b/rules.js
@@ -2477,8 +2477,8 @@ states.osilian_revolt = {
// Note: Service only!
if (is_lord_on_map(LORD_ANDREAS))
gen_action_service(LORD_ANDREAS)
- if (is_lord_on_map(LORD_RUDOLF))
- gen_action_service(LORD_RUDOLF)
+ if (is_lord_on_map(LORD_HEINRICH))
+ gen_action_service(LORD_HEINRICH)
if (game.who !== NOBODY)
gen_action_calendar(get_lord_calendar(game.who) - 2)
},