1
0
mirror of https://github.com/Sokomine/cottages.git synced 2025-07-10 03:40:23 +02:00

remove dependency on futil

This commit is contained in:
flux
2023-02-08 12:07:24 -08:00
parent 0157649fa5
commit 549c697bc0
10 changed files with 263 additions and 13 deletions

View File

@ -6,7 +6,7 @@ local FS = function(...)
return F(S(...))
end
local get_safe_short_description = futil.get_safe_short_description
local get_safe_short_description = cottages.util.get_safe_short_description
local has_stamina = cottages.has.stamina
local stamina_use = cottages.settings.straw.quern_stamina

View File

@ -6,7 +6,7 @@ local FS = function(...)
return F(S(...))
end
local get_safe_short_description = futil.get_safe_short_description
local get_safe_short_description = cottages.util.get_safe_short_description
local has_stamina = cottages.has.stamina
local stamina_use = cottages.settings.straw.threshing_stamina