adjust hint payment rejected text

This commit is contained in:
Fabian Dill 2020-06-07 02:38:03 +02:00
parent 2e21e41c16
commit 2302150521
1 changed files with 1 additions and 2 deletions

View File

@ -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