split inventory.lua into api/ and fs/
This commit is contained in:
parent
3ae305dcc9
commit
fe1910c88f
3
init.lua
3
init.lua
@ -205,7 +205,8 @@ yl_speak_up.reload = function(modpath, log_entry)
|
||||
-- inspect and accept items the player gave to the NPC
|
||||
dofile(modpath .. "fs/fs_player_offers_item.lua")
|
||||
-- inventory management, trading and handling of quest items:
|
||||
dofile(modpath .. "inventory.lua")
|
||||
dofile(modpath .. "api/api_inventory.lua")
|
||||
dofile(modpath .. "fs/fs_inventory.lua")
|
||||
-- limit how much the NPC shall buy and sell
|
||||
dofile(modpath .. "api/api_trade.lua")
|
||||
dofile(modpath .. "fs/fs_trade_limit.lua")
|
||||
|
||||
Loading…
Reference in New Issue
Block a user