Merge ctf_team_base into ctf_map
This commit is contained in:
parent
5643fdf802
commit
762682ea80
19 changed files with 28 additions and 47 deletions
|
@ -3,9 +3,10 @@ ctf_map = {}
|
|||
dofile(minetest.get_modpath("ctf_map") .. "/nodes.lua")
|
||||
dofile(minetest.get_modpath("ctf_map") .. "/emerge.lua")
|
||||
dofile(minetest.get_modpath("ctf_map") .. "/barrier.lua")
|
||||
|
||||
dofile(minetest.get_modpath("ctf_map") .. "/base.lua")
|
||||
|
||||
if minetest.get_modpath("ctf") then
|
||||
dofile(minetest.get_modpath("ctf_map") .. "/chest.lua")
|
||||
dofile(minetest.get_modpath("ctf_map") .. "/schem_map.lua")
|
||||
dofile(minetest.get_modpath("ctf_map") .. "/give_initial_stuff.lua")
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue