diff options
author | iainp5 <iain.pearce.ip@gmail.com> | 2024-11-18 13:34:30 +0000 |
---|---|---|
committer | iainp5 <iain.pearce.ip@gmail.com> | 2024-11-18 13:34:30 +0000 |
commit | 6365dc092b06d4573c1c2687d6a652e203ffc32c (patch) | |
tree | e5fbccf5214cf0ee0574987f16574d4db140402e | |
parent | 4520aee01a5e79120d2e9bf07a4ca8ee794bfbfe (diff) | |
download | 1989-dawn-of-freedom-6365dc092b06d4573c1c2687d6a652e203ffc32c.tar.gz |
Fix typo in log
-rw-r--r-- | rules.js | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -2081,7 +2081,7 @@ function add_infl(space, ops) { function remove_infl(space, ops) { push_undo() - log_summary(`Removed £ SP from %${space}.`) + log_summary(`Removed £ SP from %${space}`) if (game.remove_opponent_infl === true) { if (game.active === COM) { |