From bc15a87fcbed33f933e49dd22ba405a944a7e37b Mon Sep 17 00:00:00 2001 From: Aram Kazorian Date: Tue, 27 Jun 2023 21:25:30 -0700 Subject: [PATCH] Fix #20496: Relax requirements for compact inverted coasters --- src/openrct2/ride/coaster/meta/CompactInvertedCoaster.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/openrct2/ride/coaster/meta/CompactInvertedCoaster.h b/src/openrct2/ride/coaster/meta/CompactInvertedCoaster.h index 82f8be2749..c473c94516 100644 --- a/src/openrct2/ride/coaster/meta/CompactInvertedCoaster.h +++ b/src/openrct2/ride/coaster/meta/CompactInvertedCoaster.h @@ -59,7 +59,7 @@ constexpr RideTypeDescriptor CompactInvertedCoasterRTD = { RIDE_RATING(3, 15), RIDE_RATING(2, 80), RIDE_RATING(3, 20) }, 21, -1, - false, + true, { { RatingsModifierType::BonusLength, 6000, 764, 0, 0 }, { RatingsModifierType::BonusSynchronisation, 0, RIDE_RATING(0, 42), RIDE_RATING(0, 05), 0 },