staminoid integration: use more stamina

This commit is contained in:
flux 2023-04-24 16:37:08 -07:00
parent 3d4dc75712
commit b83ee84615
No known key found for this signature in database
GPG Key ID: 9333B27816848A15
1 changed files with 1 additions and 1 deletions

View File

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