diff options
Diffstat (limited to 'data.ts')
-rw-r--r-- | data.ts | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -887,7 +887,7 @@ const data: StaticData = { { id: 61, effects: [ - create_effect('attack', ARAGON, -2), + create_effect('attack', ARAGON, -4), create_effect('attack', CLOSEST_TO_VICTORY, -2), create_effect('hero_points', PLAYER_WITH_MOST_HERO_POINTS, -1), ], |