Skip to content

Commit

Permalink
Don't prompt field menu in lobby
Browse files Browse the repository at this point in the history
  • Loading branch information
TekkaGB committed Jun 10, 2021
1 parent 456286d commit e350427
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion DATA/FIELD/SCRIPT/FIELD.BF.flow
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ import( "FIELD.BF.msg" );
void field_order_party_hook()
{
FUNCTION_01E4();
if (GET_FLOOR_ID() == 0)
if (GET_FLOOR_ID() < 2)
{
ModMenuDisplay();
return;
Expand Down

0 comments on commit e350427

Please sign in to comment.