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
|
|
@ -144,6 +144,8 @@ func (rb rulesetBuilder) Ruleset() PipelineRuleset {
|
|||
stages = append(stages, standardRulesetStages[1:]...)
|
||||
case GameTypeConstrictor:
|
||||
stages = append(stages, constrictorRulesetStages[1:]...)
|
||||
case GameTypeWrappedConstrictor:
|
||||
stages = append(stages, wrappedConstrictorRulesetStages[1:]...)
|
||||
case GameTypeRoyale:
|
||||
stages = append(stages, royaleRulesetStages[1:]...)
|
||||
case GameTypeSolo:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue