Add even more new stuff

This commit is contained in:
IonicCheese 2026-02-19 11:53:10 -08:00
commit 42663612a2
4 changed files with 36 additions and 21 deletions

View file

@ -130,10 +130,10 @@ function start_match(map) -- Start the match
return
end
map_data = place_map(map or "forest") -- default to forest if no map is specified
place_map(map or "forest") -- default to forest if no map is specified
if map_data == "nope :(" then
return map_data
if map_data == nil then
return "nope :("
end
set_match_state("pre_match")