Skip to content

Commit

Permalink
dirty cheater >:) (im testing stuff lol)
Browse files Browse the repository at this point in the history
  • Loading branch information
yophlox committed Aug 10, 2024
1 parent ed40435 commit 05f54ed
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions config/eventconf/eventconfParser.go
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,9 @@ import (
// defaults
// default variable names MUST be "D" + (nameOfVariable)
var Defaults = map[string]interface{}{
"DAllowEvents": false,
"DAllowEvents": true,
"DCurrentEvents": []ConfiguredEvent{},
"DEnforceGlobal": false,
"DEnforceGlobal": true,
}

var EventTypes = map[string]int64{
Expand Down
4 changes: 2 additions & 2 deletions config/gameconf/gameconfParser.go
Original file line number Diff line number Diff line change
Expand Up @@ -53,8 +53,8 @@ var Defaults = map[string]interface{}{
"DDefaultSubCharacter": "empty",
"DDefaultMainChao": "empty",
"DDefaultSubChao": "empty",
"DStartingRings": int64(5000),
"DStartingRedRings": int64(25),
"DStartingRings": int64(9999999999999),
"DStartingRedRings": int64(9999999999999),
"DStartingEnergy": int64(5),
"DAllItemsFree": true,
}
Expand Down

0 comments on commit 05f54ed

Please sign in to comment.