adjust hint payment rejected text
This commit is contained in:
parent
2e21e41c16
commit
2302150521
|
@ -753,8 +753,7 @@ class ClientMessageProcessor(CommandProcessor):
|
||||||
else:
|
else:
|
||||||
self.output(f"You can't afford the hint. "
|
self.output(f"You can't afford the hint. "
|
||||||
f"You have {points_available} points and need at least "
|
f"You have {points_available} points and need at least "
|
||||||
f"{self.ctx.hint_cost}, "
|
f"{self.ctx.hint_cost}")
|
||||||
f"more if multiple items are still to be found.")
|
|
||||||
return False
|
return False
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue