From b83ee846150058f153d16951efca3f9619b31e96 Mon Sep 17 00:00:00 2001 From: flux <25628292+fluxionary@users.noreply.github.com> Date: Mon, 24 Apr 2023 16:37:08 -0700 Subject: [PATCH] staminoid integration: use more stamina --- util.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/util.lua b/util.lua index 73db7fa..756e764 100644 --- a/util.lua +++ b/util.lua @@ -321,7 +321,7 @@ function util.exhaust_player(player, amount, reason) if has_stamina then stamina.exhaust_player(player, amount, reason) elseif has_staminoid then - staminoid.exhaust(player, 1, reason) + staminoid.exhaust(player, amount / 10, reason) end end