From eb85d42e00ba52a528910740f6db080e5482045d Mon Sep 17 00:00:00 2001 From: Eric Meehan Date: Wed, 15 Apr 2026 18:30:12 -0400 Subject: [PATCH] One more string --- init.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/init.lua b/init.lua index c736a51..fd5db07 100644 --- a/init.lua +++ b/init.lua @@ -124,7 +124,7 @@ bounty.drop_prize = function(player) end bounty.get_player_bounty = function(player_name) - local prize = ' has no bounty' + local prize = 'currency:minegeld_100 0' if type(bounty.prizes) == 'string' then local amount = math.floor(bounty.data[player_name] / bounty.points_per_prize) if bounty.data[player_name] >= bounty.points_per_prize then