Initial Follower Shuffle Implementation
This commit is contained in:
@@ -283,8 +283,7 @@
|
||||
"randomizer.generation.rom.dialog.allfiles": "All Files",
|
||||
|
||||
"randomizer.item.hints": "Hints",
|
||||
"randomizer.item.race": "Generate \"Race\" ROM",
|
||||
"randomizer.item.retro": "Retro mode",
|
||||
"randomizer.item.race": "Race",
|
||||
"randomizer.item.pseudoboots": "Pseudoboots",
|
||||
"randomizer.item.collection_rate": "Display Collection Rate",
|
||||
"randomizer.item.mirrorscroll": "Mirror Scroll",
|
||||
@@ -371,6 +370,8 @@
|
||||
"randomizer.item.timer.ohko": "OHKO",
|
||||
"randomizer.item.timer.timed-countdown": "Timed Countdown",
|
||||
|
||||
"randomizer.item.followers": "Followers",
|
||||
|
||||
"randomizer.item.shopsanity": "Shopsanity",
|
||||
|
||||
"randomizer.item.bonk_drops": "Bonk Drops",
|
||||
|
||||
@@ -124,6 +124,10 @@
|
||||
"bonk_drops": {
|
||||
"type": "checkbox",
|
||||
"default": false
|
||||
},
|
||||
"followers": {
|
||||
"type": "checkbox",
|
||||
"default": false
|
||||
}
|
||||
},
|
||||
"leftPoolFrame": {
|
||||
|
||||
Reference in New Issue
Block a user