diff options
author | Tor Andersson <tor@ccxvii.net> | 2023-05-23 12:10:48 +0200 |
---|---|---|
committer | Tor Andersson <tor@ccxvii.net> | 2023-05-24 21:52:29 +0200 |
commit | 173c08380e367d5ee48bdb20b8894ed15eb3ff11 (patch) | |
tree | bee97a13ef48dcf96f62738b4e3eff18205ab907 | |
parent | e31a82c421690aa24462efc531ea3039dbc77050 (diff) | |
download | red-flag-over-paris-173c08380e367d5ee48bdb20b8894ed15eb3ff11.tar.gz |
Typo.
-rw-r--r-- | rules.js | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -1379,7 +1379,7 @@ states.increase_revolutionary_momentum_trigger = { view.actions.pass = 1 }, space(s) { - log("Placed RC in S" + s + ".") + log("Placed BC in S" + s + ".") place_cube(s) end_increase_momentum() }, @@ -1398,7 +1398,7 @@ states.increase_prussian_collaboration_trigger = { view.actions.pass = 1 }, space(s) { - log("Placed BC in S" + s + ".") + log("Placed RC in S" + s + ".") place_cube(s) end_increase_momentum() }, |