mirror of
https://github.com/sys4-fr/server-nalc.git
synced 2024-11-06 02:20:24 +01:00
55bd0ea800
- Added graveyard inventory for reserved_items. Next thing to add : mechanism to get them out when shifting class
6 lines
141 B
Lua
Executable File
6 lines
141 B
Lua
Executable File
local path = minetest.get_modpath("mff_pclasses")
|
|
|
|
dofile(path .. "/warrior.lua")
|
|
dofile(path .. "/hunter.lua")
|
|
dofile(path .. "/admin.lua")
|