diff options
author | iainp5 <iain.pearce.ip@gmail.com> | 2024-12-30 17:55:48 +0000 |
---|---|---|
committer | iainp5 <iain.pearce.ip@gmail.com> | 2024-12-30 17:55:48 +0000 |
commit | 4bb4b823dc073bfa88ccb558d5a4a4ff2eb452e5 (patch) | |
tree | 8e0be69c91599b27fa398a547dbf7b937e619b12 /rules.js | |
parent | 7072e62993cebba2c9b2e8200d621f4be3625d38 (diff) | |
download | 1989-dawn-of-freedom-4bb4b823dc073bfa88ccb558d5a4a4ff2eb452e5.tar.gz |
Fix icons d_ahead to com control
Diffstat (limited to 'rules.js')
-rw-r--r-- | rules.js | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -2790,7 +2790,7 @@ function get_icons(starting_control, end_control) { else if (starting_control === 'd_ahead' && end_control === DEM) return ' (£DU .to £DC)' else if (starting_control === 'd_ahead' && end_control === COM) - return ' (£DU .to £DC)' + return ' (£DU .to £CC)' else if (starting_control === 'c_ahead' && end_control === DEM) return ' (£CU .to £DC)' else if (starting_control === 'c_ahead' && end_control === COM) |