diff options
author | Tor Andersson <tor@ccxvii.net> | 2023-01-04 20:49:23 +0100 |
---|---|---|
committer | Tor Andersson <tor@ccxvii.net> | 2023-02-18 13:02:38 +0100 |
commit | af993cfd85759c5b118657436f555395887626e4 (patch) | |
tree | 0ce1d0c6a8e983588cc5348584a65d81ecf3c6cc | |
parent | c5698c83975e3372449799de115f152ca8b2f03b (diff) | |
download | nevsky-af993cfd85759c5b118657436f555395887626e4.tar.gz |
Osilian Revolt - Heinrich not Rudolf.
-rw-r--r-- | rules.js | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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) }, |