diff options
author | Troy Nordine <tdnordine@gmail.com> | 2023-10-02 11:56:04 -0500 |
---|---|---|
committer | Tor Andersson <tor@ccxvii.net> | 2023-12-10 18:16:55 +0100 |
commit | 4e2978b566e1dfd49e7540b076c45b1eee7785f9 (patch) | |
tree | fda49cf9066a315292425fa25ce25581bd31124e /play.js | |
parent | bc9fa311df271770688fd5b6a4d3b213405fdb37 (diff) | |
download | plantagenet-4e2978b566e1dfd49e7540b076c45b1eee7785f9.tar.gz |
Pillage implementation.
Diffstat (limited to 'play.js')
-rw-r--r-- | play.js | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -1589,6 +1589,7 @@ function on_update() { // Pay or Disband action_button("pay", "Pay") action_button("disband", "Disband") + action_button("pillage", "Pillage") // Events |