diff options
author | iainp5 <iain.pearce.ip@gmail.com> | 2025-01-04 19:47:13 +0000 |
---|---|---|
committer | iainp5 <iain.pearce.ip@gmail.com> | 2025-01-04 19:47:13 +0000 |
commit | bd238d5a5e26a31065f76e1374dd1591acb46779 (patch) | |
tree | fbed0eae69f902ba0195bdb8cecec3fe021e3e11 | |
parent | 8c65ad0205c0eb700f0fae0649b639347187fb80 (diff) | |
download | 1989-dawn-of-freedom-bd238d5a5e26a31065f76e1374dd1591acb46779.tar.gz |
Add fullstops
-rw-r--r-- | rules.js | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -2505,11 +2505,11 @@ function do_sc(space) { } let end_control = check_control(space) //logi('%' + space + ': ' +change_infl + ' SP' + get_icons(starting_control, end_control)) - log(change_infl + ' SP for ' + game.active + get_icons(starting_control, end_control)) + log(change_infl + ' SP for ' + game.active + '.' + get_icons(starting_control, end_control)) check_tyrant_sc() } else { - log('No change SP') + log('No change SP.') } // Check VP awards if ( |