Fix hazard level in Eggstra Work

This commit is contained in:
Xie Zhihao 2025-01-23 14:05:36 +08:00 committed by GitHub
parent 51de74c816
commit a43bb26fb9
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

1
s3s.py
View File

@ -1072,7 +1072,6 @@ def prepare_job_result(job, ismonitoring, isblackout, overview_data=None, prevre
added_percent = 20
elif delivered >= quota*1.5:
added_percent = 10
added_percent = 5
elif num_players == 1:
if delivered >= quota*2:
added_percent = 10