Add trick for using blue fire on mud walls (#4810)

This commit is contained in:
Philip Dubé 2025-01-08 04:49:55 +00:00 committed by GitHub
commit 51fcf4d2c6
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 3 additions and 2 deletions

View file

@ -822,8 +822,7 @@ namespace Rando {
}
bool Logic::CanBreakMudWalls() {
//RANDOTODO blue fire tricks
return BlastOrSmash();
return BlastOrSmash() || (ctx->GetTrickOption(RT_BLUE_FIRE_MUD_WALLS) && BlueFire());
}
bool Logic::CanGetDekuBabaSticks() {