mirror of
https://github.com/HarbourMasters/Shipwright.git
synced 2025-08-14 02:27:21 -07:00
Add trick for using blue fire on mud walls (#4810)
This commit is contained in:
parent
349aac10be
commit
51fcf4d2c6
3 changed files with 3 additions and 2 deletions
|
@ -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() {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue