mirror of
https://github.com/MarioSpore/Grinch-AP.git
synced 2025-10-21 20:21:32 -06:00
adjust hint payment rejected text
This commit is contained in:
@@ -753,8 +753,7 @@ class ClientMessageProcessor(CommandProcessor):
|
||||
else:
|
||||
self.output(f"You can't afford the hint. "
|
||||
f"You have {points_available} points and need at least "
|
||||
f"{self.ctx.hint_cost}, "
|
||||
f"more if multiple items are still to be found.")
|
||||
f"{self.ctx.hint_cost}")
|
||||
return False
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user