Skip to content

Commit

Permalink
Fix Olmec background in vanilla editor.
Browse files Browse the repository at this point in the history
  • Loading branch information
jaythebusinessgoose committed Dec 21, 2023
1 parent 1262d54 commit b781896
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/modlunky2/ui/levels/shared/biomes.py
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ def get_biome_for_level(
elif lvl.startswith("ice") or lvl.endswith("_icecavesarea.lvl"):
return BIOME.ICE_CAVES
elif lvl.startswith("olmec"):
return BIOME.JUNGLE
return BIOME.OLMEC
elif lvl.startswith("vlad"):
return BIOME.VOLCANA
elif lvl.startswith("volcano") or lvl.endswith("_volcano.lvl"):
Expand Down

0 comments on commit b781896

Please sign in to comment.