From 6702f8278230d45e1b81f8d09c77e881ca2c63d9 Mon Sep 17 00:00:00 2001 From: 127-Z3R0 <81heti1bif@hft-stuttgart.de> Date: Thu, 2 Jul 2020 17:05:34 +0200 Subject: [PATCH] Change max_rounds -> thanks Hr. Jochim --- GoldWars/GoldWars/RoundCalculatorService.swift | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/GoldWars/GoldWars/RoundCalculatorService.swift b/GoldWars/GoldWars/RoundCalculatorService.swift index d146659..1a6e106 100644 --- a/GoldWars/GoldWars/RoundCalculatorService.swift +++ b/GoldWars/GoldWars/RoundCalculatorService.swift @@ -20,7 +20,7 @@ class RoundCalculatorService { let ATK_BOOST_MULTIPLICATOR = 1.1 let DEF_BOOST_MULTIPLICATOR = 1.1 - let MAX_ROUNDS = 3 + let MAX_ROUNDS = 20 var currentRound = 1 var isCalculating = false var numberOfAttacks = 0