diff options
Diffstat (limited to 'play.ts')
-rw-r--r-- | play.ts | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -487,6 +487,8 @@ function on_update() { // action_button('draw_card', 'Draw card'); action_button('play_for_ap', 'Play card for Action Points'); action_button('play_for_event', 'Play card for Event'); + action_button('use_ap', 'Use Action Points'); + action_button('use_morale_bonus', 'Use Morale Bonus'); action_button('add_glory', 'Add to Bag of Glory'); action_button('up', 'Up'); |