Pārlūkot izejas kodu

Third level seems to be 60 mins not 90 mins

Foppe Hemminga 6 gadi atpakaļ
vecāks
revīzija
e58449be6f
1 mainītis faili ar 1 papildinājumiem un 1 dzēšanām
  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