mirror of
https://github.com/HarbourMasters/Shipwright.git
synced 2025-04-28 13:17:58 +03:00
Fix oversight in HC storms grotto (#5120)
This commit is contained in:
parent
797fe2d989
commit
112fab503f
1 changed files with 1 additions and 1 deletions
|
@ -79,7 +79,7 @@ void RegionTable_Init_CastleGrounds() {
|
|||
LOCATION(RC_HC_STORMS_GROTTO_POT_4, logic->CanBreakPots()),
|
||||
}, {
|
||||
//Exits
|
||||
Entrance(RR_CASTLE_GROUNDS, []{return true;}),
|
||||
Entrance(RR_HC_STORMS_GROTTO, []{return true;}),
|
||||
});
|
||||
|
||||
areaTable[RR_GANONS_CASTLE_GROUNDS] = Region("Ganon's Castle Grounds", "Castle Grounds", {RA_OUTSIDE_GANONS_CASTLE}, NO_DAY_NIGHT_CYCLE, {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue