mirror of
https://github.com/HarbourMasters/Shipwright.git
synced 2025-08-19 13:00:11 -07:00
whitespace
This commit is contained in:
parent
2a49e809cf
commit
9f32880d71
1 changed files with 5 additions and 5 deletions
|
@ -98,12 +98,12 @@ void RegionTable_Init_GerudoFortress() {
|
||||||
|
|
||||||
areaTable[RR_GF_TOP_OF_LOWER_VINES] = Region("GF Top of Lower Vines", SCENE_GERUDOS_FORTRESS, {}, {}, {
|
areaTable[RR_GF_TOP_OF_LOWER_VINES] = Region("GF Top of Lower Vines", SCENE_GERUDOS_FORTRESS, {}, {}, {
|
||||||
//Exits
|
//Exits
|
||||||
Entrance(RR_TH_KITCHEN_BY_CORRIDOR, []{return true;}),
|
Entrance(RR_TH_KITCHEN_BY_CORRIDOR, []{return true;}),
|
||||||
Entrance(RR_TH_DOUBLE_CELL, []{return true;}),
|
Entrance(RR_TH_DOUBLE_CELL, []{return true;}),
|
||||||
Entrance(RR_GF_ABOVE_GTG, []{return true;}),
|
Entrance(RR_GF_ABOVE_GTG, []{return true;}),
|
||||||
Entrance(RR_GF_BOTTOM_OF_LOWER_VINES, []{return true;}),
|
Entrance(RR_GF_BOTTOM_OF_LOWER_VINES, []{return true;}),
|
||||||
// need to explicitly convert it into a bool
|
// need to explicitly convert it into a bool
|
||||||
Entrance(RR_GF_BOTTOM_OF_UPPER_VINES, []{return logic->IsAdult && ctx->GetTrickOption(RT_GF_JUMP).Get();}),
|
Entrance(RR_GF_BOTTOM_OF_UPPER_VINES, []{return logic->IsAdult && ctx->GetTrickOption(RT_GF_JUMP).Get();}),
|
||||||
});
|
});
|
||||||
|
|
||||||
areaTable[RR_GF_NEAR_GS] = Region("GF Near GS", SCENE_GERUDOS_FORTRESS, {}, {
|
areaTable[RR_GF_NEAR_GS] = Region("GF Near GS", SCENE_GERUDOS_FORTRESS, {}, {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue