From 2122adacc6c569e78bc71b049ea5cdffe13208a5 Mon Sep 17 00:00:00 2001 From: Frans Bongers Date: Mon, 30 Dec 2024 21:31:30 +0100 Subject: implement remove attacks effects --- play.js | 1 + 1 file changed, 1 insertion(+) (limited to 'play.js') diff --git a/play.js b/play.js index afb6b2a..52240c0 100644 --- a/play.js +++ b/play.js @@ -357,6 +357,7 @@ function on_update() { action_button('Communist', 'Communist'); action_button('Moderate', 'Moderate'); action_button('gain_hp', 'Gain Hero Points'); + action_button('lose_hp', 'Lose Hero Points'); action_button('draw_card', 'Draw a card'); action_button('draw_cards', 'Draw cards'); action_button('play_for_ap', 'Play card for Action Points'); -- cgit v1.2.3