diff options
Diffstat (limited to 'rules.js')
-rw-r--r-- | rules.js | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -2445,7 +2445,7 @@ function goto_conspire_space(s) { } function conspire_piece(p) { - logi("1 " + piece_name(p)) + logi("1 " + piece_symbol(p)) log_br() let rebel = is_rebel(p) let is_gov = is_governor(p) @@ -4989,7 +4989,7 @@ states.rebel_or_obedient = { push_undo() let p = find_piece(game.decree.where, game.current, ELITE) to_rebel(p) - log(`A ${piece_name(p)} in S${game.decree.where} to Rebel.`) + log(`A ${piece_symbol(p)} in S${game.decree.where} to Rebel.`) end_rebel_or_obedient() } } |