Merge pull request #202 from zhxie/patch-1

Fix hazard level in Eggstra Work
This commit is contained in:
eli 2025-01-23 16:07:59 +09:00 committed by GitHub
commit f2adb09fdc
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