mirror of
https://github.com/a-bad-dev/simple-shooter-game.git
synced 2026-06-09 04:16:30 +00:00
Add even more new stuff
This commit is contained in:
parent
fdfbf561d6
commit
42663612a2
4 changed files with 36 additions and 21 deletions
|
|
@ -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")
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue