We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3b627e6 commit 6eed7c8Copy full SHA for 6eed7c8
tweaks.cpp
@@ -3086,7 +3086,7 @@ TweakError add_shortcut_warps_into_dungeons(World& world) {
3086
return true;
3087
});
3088
3089
- // Only add the DRC light warp if misc entrsnces aren't randomized. This way we know that the DRC entrance is actually on DRI
+ // Only add the DRC light warp if misc entrances aren't randomized. This way we know that the DRC entrance is actually on DRI
3090
if (!world.getSettings().randomize_misc_entrances)
3091
{
3092
auto drcEntrance = world.getEntrance("Dragon Roost Pond Past Statues", "DRC First Room")->getReplaces();
0 commit comments