Procházet zdrojové kódy

Third level seems to be 60 mins not 90 mins

Foppe Hemminga před 6 roky
rodič
revize
e58449be6f
1 změnil soubory, kde provedl 1 přidání a 1 odebrání
  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