فهرست منبع

Third level seems to be 60 mins not 90 mins

Foppe Hemminga 6 سال پیش
والد
کامیت
e58449be6f
1فایلهای تغییر یافته به همراه1 افزوده شده و 1 حذف شده
  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