Skip to content

Commit

Permalink
Fix base excitement rating
Browse files Browse the repository at this point in the history
  • Loading branch information
ZeeMaji authored Nov 21, 2024
1 parent a13da2f commit 3e2c460
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ constexpr RideTypeDescriptor ClassicWoodenTwisterRollerCoasterRTD =
.RatingsData =
{
RatingsCalculationType::Normal,
{ RIDE_RATING(2, 80), RIDE_RATING(2, 60), RIDE_RATING(2, 00) },
{ RIDE_RATING(3, 20), RIDE_RATING(2, 60), RIDE_RATING(2, 00) },
19,
-1,
false,
Expand Down

0 comments on commit 3e2c460

Please sign in to comment.