1
0
mirror of https://github.com/Sokomine/cottages.git synced 2025-07-12 21:00:19 +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

@ -15,8 +15,8 @@ local v_eq = vector.equals
local v_new = vector.new
local v_sub = vector.subtract
local get_safe_short_description = futil.get_safe_short_description
local resolve_item = futil.resolve_item
local get_safe_short_description = cottages.util.get_safe_short_description
local resolve_item = cottages.util.resolve_item
local has_stamina = cottages.has.stamina