diff options
-rw-r--r-- | play.html | 2 | ||||
-rw-r--r-- | rules.js | 2 |
2 files changed, 2 insertions, 2 deletions
@@ -203,7 +203,7 @@ <td><img src="icons/infantry.svg" title="Infantry"> <td>SF <td class="required_target" title="Required target">(SF) -<td>SF +<td>DF <td class="only_unsupported" title="Only if unsupported">[TF] <tr> <td><img src="icons/motorized_antitank_old.svg" title="Anti-tank"> @@ -122,7 +122,7 @@ const SUPPLY_RANGE = [ 1, 2, 3, 0, 3 ] const FIREPOWER_MATRIX = [ [ SF, DF, SF, TF ], - [ SF, SF, SF, TF ], + [ SF, SF, DF, TF ], [ DF, SF, SF, TF ], [ SF, DF, DF, SF ], ] |