mirror of
https://github.com/MarioSpore/Grinch-AP.git
synced 2025-10-21 20:21:32 -06:00
hotfix hint cost problem
This commit is contained in:
@@ -727,7 +727,7 @@ class ClientMessageProcessor(CommandProcessor):
|
||||
else:
|
||||
can_pay = 1000
|
||||
import random
|
||||
new_hints = list(new_hints)
|
||||
new_hints = [hint for hint in new_hints if not hint.found]
|
||||
random.shuffle(new_hints)
|
||||
if can_pay:
|
||||
hints = []
|
||||
|
Reference in New Issue
Block a user