Add wrapped_constrictor game mode and support for map tags (#102)
* add support for wrapped_constrictor game mode * add tags to map metadata
This commit is contained in:
parent
ffeb401377
commit
b1ddd2f4ca
14 changed files with 46 additions and 5 deletions
|
|
@ -111,6 +111,7 @@ func TestRulesetBuilder(t *testing.T) {
|
|||
{GameType: rules.GameTypeRoyale},
|
||||
{GameType: rules.GameTypeSolo},
|
||||
{GameType: rules.GameTypeConstrictor},
|
||||
{GameType: rules.GameTypeWrappedConstrictor},
|
||||
}
|
||||
|
||||
for _, expected := range expectedResults {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue