Explorar o código

Third level seems to be 60 mins not 90 mins

Foppe Hemminga %!s(int64=6) %!d(string=hai) anos
pai
achega
e58449be6f
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      model.py

+ 1 - 1
model.py

@@ -146,7 +146,7 @@ def calculate_time_to_next_attack(this_player_id):
     if this_status_integer <= 1:
         seconds_till_level_iv += 30 * 60
     if this_status_integer <= 2:
-        seconds_till_level_iv += 90 * 60
+        seconds_till_level_iv += 60 * 60
     if this_status_integer <= 3:
         seconds_till_level_iv += 210 * 60
     apocalypse_time = starting_time + seconds_till_level_iv