mirror of
https://github.com/vgstation-coders/vgstation13.git
synced 2025-12-10 18:32:03 +00:00
BombermanSanit (#22816)
This commit is contained in:
@@ -1104,7 +1104,7 @@ var/creating_arena = FALSE
|
||||
|
||||
to_chat(src, "<span class='notice'>Pooling other ghosts for a bomberman arena...</span>")
|
||||
if (!creating_arena)
|
||||
new /datum/bomberman_arena(locate(250, 250, 2), pick("15x13 (2 players)","15x15 (4 players)","39x23 (10 players)"), src)
|
||||
creating_arena = TRUE
|
||||
new /datum/bomberman_arena(locate(250, 250, 2), pick("15x13 (2 players)","15x15 (4 players)","39x23 (10 players)"), src)
|
||||
return
|
||||
to_chat(src, "<span class='notice'>There were unfortunatly no available arenas.</span>")
|
||||
|
||||
Reference in New Issue
Block a user