From 034f338f45c4cda2f5343a77fd64f381498221b3 Mon Sep 17 00:00:00 2001 From: Fabian Dill Date: Tue, 1 Jun 2021 04:28:15 +0200 Subject: [PATCH] set default hint cost to 10 --- host.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/host.yaml b/host.yaml index 89651ae8..36e9e97b 100644 --- a/host.yaml +++ b/host.yaml @@ -21,7 +21,7 @@ server_options: location_check_points: 1 # Relative point cost to receive a hint via !hint for players # so for example hint_cost: 20 would mean that for every 20% of available checks, you get the ability to hint, for a total of 5 - hint_cost: 1000 # Set to 0 if you want free hints + hint_cost: 10 # Set to 0 if you want free hints # Forfeit modes # "disabled" -> clients can't forfeit, # "enabled" -> clients can always forfeit