Skip to content

Commit

Permalink
numeric_modifier("adventures") lists Labor day adventures. Remove dou…
Browse files Browse the repository at this point in the history
…ble count.
  • Loading branch information
Malibu-Stacey committed Apr 19, 2024
1 parent ab0f2ee commit 7988a7f
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions Source/relay/TourGuide/State.ash
Original file line number Diff line number Diff line change
Expand Up @@ -106,8 +106,6 @@ void setUpState()
if (my_path().id != PATH_SLOW_AND_STEADY) {
adventures_after_rollover += numeric_modifier("adventures");
adventures_after_rollover += get_property_int("extraRolloverAdventures");
if (getHolidaysTomorrow()["Labór Day"])
adventures_after_rollover += 10;
}
adventures_after_rollover = MAX(adventures_after_rollover, 0); //Who knows?
int adventures_after_rollover_post_cap = MIN(adventures_after_rollover, 200);
Expand Down

0 comments on commit 7988a7f

Please sign in to comment.