reorder built-in ruleset stages so game over is checked first (#79)
This commit is contained in:
parent
f0dc0bcb38
commit
426da8ac5e
7 changed files with 17 additions and 43 deletions
|
|
@ -5,13 +5,13 @@ import (
|
|||
)
|
||||
|
||||
var royaleRulesetStages = []string{
|
||||
StageGameOverStandard,
|
||||
StageMovementStandard,
|
||||
StageStarvationStandard,
|
||||
StageHazardDamageStandard,
|
||||
StageFeedSnakesStandard,
|
||||
StageEliminationStandard,
|
||||
StageSpawnHazardsShrinkMap,
|
||||
StageGameOverStandard,
|
||||
}
|
||||
|
||||
type RoyaleRuleset struct {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue