Skip to content
Snippets Groups Projects
Commit c4ea2532 authored by magicfelix's avatar magicfelix
Browse files

Add arena_lib registration

parent 9c8afa99
No related branches found
No related tags found
No related merge requests found
...@@ -7,3 +7,5 @@ magic_rush = {} ...@@ -7,3 +7,5 @@ magic_rush = {}
if magic_stats then if magic_stats then
dofile(srcpath .. "/stats.lua") dofile(srcpath .. "/stats.lua")
end end
dofile(srcpath .. "/game.lua")
arena_lib.register_minigame("magic_rush", {
name = "MLG-Rush",
prefix = "[MLGRush] ",
teams = {
"Blue",
"Red"
},
teams_color_overlay = {
"blue",
"red"
},
is_team_chat_default = true,
min_players = 1,
hotbar = {
slots = 3,
},
regenerate_map = true,
can_build = true,
can_drop = false,
})
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment