diff options
author | Tor Andersson <tor@ccxvii.net> | 2024-11-13 19:06:21 +0100 |
---|---|---|
committer | Tor Andersson <tor@ccxvii.net> | 2024-11-13 19:06:21 +0100 |
commit | ad25fb8977c221c0913a48cce6e98f59ae8aaa50 (patch) | |
tree | be6d40c1639180378f67ad5437a4848e91a19d9a /play.js | |
parent | a746170263e02374a3a0543bbe6944c5a0e71020 (diff) | |
download | maria-ad25fb8977c221c0913a48cce6e98f59ae8aaa50.tar.gz |
ignore instead of pass for political tracks and effects
Diffstat (limited to 'play.js')
-rw-r--r-- | play.js | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -1619,6 +1619,7 @@ function on_update() { action_button("execute", "Execute") action_button("discard", "Discard") + action_button("ignore", "Ignore") action_button("draw", "Draw") action_button("save", "Save") action_button("stop", "Stop") |