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:
@ -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
|
||||
|
@ -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
|
||||
|
Reference in New Issue
Block a user