mirror of
https://github.com/OpenRCT2/OpenRCT2
synced 2026-01-18 20:43:04 +01:00
Make maintenance of Mini-Golf less hateful (#17745)
This commit gets rid of Diamond Golf Balls: https://youtu.be/Szk3iPckVTo?t=106
This commit is contained in:
@@ -39,7 +39,7 @@ constexpr const RideTypeDescriptor MiniGolfRTD =
|
||||
SET_FIELD(LiftData, { OpenRCT2::Audio::SoundId::Null, 5, 5 }),
|
||||
SET_FIELD(RatingsCalculationFunction, ride_ratings_calculate_mini_golf),
|
||||
SET_FIELD(RatingsMultipliers, { 50, 30, 10 }),
|
||||
SET_FIELD(UpkeepCosts, { 30, 20, 80, 11, 3, 10 }),
|
||||
SET_FIELD(UpkeepCosts, { 30, 60, 0, 0, 0, 0 }),
|
||||
SET_FIELD(BuildCosts, { 25.00_GBP, 3.50_GBP, 20, }),
|
||||
SET_FIELD(DefaultPrices, { 10, 0 }),
|
||||
SET_FIELD(DefaultMusic, MUSIC_OBJECT_SUMMER),
|
||||
|
||||
Reference in New Issue
Block a user