summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authoriainp5 <iain.pearce.ip@gmail.com>2024-11-24 18:31:35 +0000
committeriainp5 <iain.pearce.ip@gmail.com>2024-11-24 18:31:35 +0000
commitcc0b6589a5611729325aa2abb6155cb8f853eaf4 (patch)
treeb3e785c46c597d0fa189fe3d00b22a0f7e1bddb8
parent520f5f9b2c03dd4fdc2a38231effc803d4c65b91 (diff)
download1989-dawn-of-freedom-cc0b6589a5611729325aa2abb6155cb8f853eaf4.tar.gz
Make logging more consistent
-rw-r--r--rules.js4
1 files changed, 2 insertions, 2 deletions
diff --git a/rules.js b/rules.js
index 40024ee..47956a1 100644
--- a/rules.js
+++ b/rules.js
@@ -4351,7 +4351,7 @@ function vm_take_control(space) {
function vm_do_add_infl_free(space) {
push_undo()
- log_summary(`Added £ SP in %${space}.`)
+ log_summary(`Added £ SP in %${space}`)
// Update influence values
if (game.active === COM) {
@@ -4498,7 +4498,7 @@ function vm_remove_limited_opp_infl() {
function vm_do_remove_limited_infl(space, max_infl) {
push_undo()
- log_summary(`Removed £ SP from %${space}.`)
+ log_summary(`Removed £ SP from %${space}`)
game.vm_available_ops --
if (!game.vm_influence_added) {