Skip to content

Commit db9c6ef

Browse files
committed
Update AP Version, morpher
1 parent 4073da2 commit db9c6ef

File tree

4 files changed

+22
-5
lines changed

4 files changed

+22
-5
lines changed

archipelago.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"minimum_ap_version": "0.6.5",
3-
"world_version": "1.4.20",
3+
"world_version": "1.4.21",
44
"authors": ["2dos", "AlmostSeagull", "Ballaam", "Green Bean", "Killklli", "Lrauq", "PoryGone", "Umed"],
55
"version": 7,
66
"compatible_version": 7,

base-hack/Build/build.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1929,9 +1929,9 @@
19291929
"lanky_pad_right": ExtraTextures.LankyPadRight,
19301930
"chunky_pad_left": ExtraTextures.ChunkyPadLeft,
19311931
"chunky_pad_right": ExtraTextures.ChunkyPadRight,
1932-
"any_gun": ExtraTextures.AnyGunFront,
1933-
"any_ins_left": ExtraTextures.AnyInsLeft,
1934-
"any_ins_right": ExtraTextures.AnyInsRight,
1932+
"any_gun": ExtraTextures.AnyGunFront,
1933+
"any_ins_left": ExtraTextures.AnyInsLeft,
1934+
"any_ins_right": ExtraTextures.AnyInsRight,
19351935
}
19361936

19371937
for tex, index in pad_data.items():

morpher.html

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -729,6 +729,23 @@ <h5 class="modal-title"></h5>
729729
}
730730
}
731731
}
732+
if (sel_version_num < numericVersion("5.8.0")) {
733+
console.log("Pre-defining the boss pool.")
734+
setting_data.bosses_selected = [
735+
"JapesBoss",
736+
"AztecBoss",
737+
"FactoryBoss",
738+
"GalleonBoss",
739+
"FungiBoss",
740+
"CavesBoss",
741+
"CastleBoss",
742+
"KroolDonkeyPhase",
743+
"KroolDiddyPhase",
744+
"KroolLankyPhase",
745+
"KroolTinyPhase",
746+
"KroolChunkyPhase",
747+
];
748+
}
732749
// Update to include all unhandled options to unsorted
733750
const all_valid_items = Object.keys(output_json.ItemRandoListSelected);
734751
let mentioned_items = [];

randomizer/Settings.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -593,7 +593,7 @@ def generate_misc(self):
593593
# glitch - Glitch logic factored in
594594
# glitchless - Glitchless ruleset
595595
self.logic_type = LogicType.glitchless
596-
596+
597597
# shuffle_loading_zones: ShuffleLoadingZones
598598
# none
599599
# levels

0 commit comments

Comments
 (0)