diff options
author | Joël Simoneau <simoneaujoel@gmail.com> | 2025-03-06 15:01:01 -0500 |
---|---|---|
committer | Joël Simoneau <simoneaujoel@gmail.com> | 2025-03-06 15:01:01 -0500 |
commit | 473b61c1dd1b0f79b13ef1aae506b496100a5e45 (patch) | |
tree | 6f46c586be4d516ab302755dcfe6eac101fcbe18 /play.js | |
parent | 90fa7824bf4098675dbbc6d3233c8c5d41d67efd (diff) | |
download | vijayanagara-473b61c1dd1b0f79b13ef1aae506b496100a5e45.tar.gz |
Event 4.
Diffstat (limited to 'play.js')
-rw-r--r-- | play.js | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -1176,6 +1176,10 @@ function on_update() { action_button("mi_attack", "Attack & Plunder") action_button("end_gifts", "Refuse Compromising Gifts") + // Event buttons + action_button("obedient", "Obedient") + action_button("rebelling", "Rebelling") + // Other buttons action_button("roll", "Roll") action_button("end_cavalry", "End Cavalry Selection") |