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