summaryrefslogtreecommitdiff
path: root/play.js
diff options
context:
space:
mode:
Diffstat (limited to 'play.js')
-rw-r--r--play.js6
1 files changed, 1 insertions, 5 deletions
diff --git a/play.js b/play.js
index 924c0e9..777641d 100644
--- a/play.js
+++ b/play.js
@@ -955,10 +955,7 @@ function update_assets(parent, assets, lord_ix) {
function add_valour(parent, lord) {
let elt
- if (is_action("valour", lord))
- elt = get_cached_element("action marker small valour", "valour", lord)
- else
- elt = get_cached_element("marker valour small")
+ elt = get_cached_element("marker valour small")
parent.appendChild(elt)
}
@@ -1533,7 +1530,6 @@ function on_update() {
// REMOVE INFLUENCE
action_button("influence", "Influence")
action_button("favour", "Favour")
- action_button("valour", "Reroll")
action_button("pass", "Pass")
action_button("done", "Done")