From 309124946b0849fc3223c3874782a127b29d0e15 Mon Sep 17 00:00:00 2001 From: iainp5 Date: Sun, 3 Nov 2024 12:31:17 +0000 Subject: Replace numbers with card constants --- play.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'play.js') diff --git a/play.js b/play.js index 3517802..0858ece 100644 --- a/play.js +++ b/play.js @@ -748,8 +748,8 @@ function on_update() { action_button("petition", "Petition") action_button("bonus", "Calculate VP bonus") action_button("scoring", "Score country") - action_button("retain", "Retain Power") action_button("surrender", "Surrender Power") + action_button("retain", "Retain Power") action_button("take", "Take Power") action_button("concede", "Concede") action_button("struggle", "Begin power struggle") -- cgit v1.2.3