1
0
mirror of https://github.com/OpenRCT2/OpenRCT2 synced 2026-01-15 11:03:00 +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:
AuraSpecs
2022-09-24 17:12:01 -05:00
committed by GitHub
parent 6972811bff
commit fd531903ce
2 changed files with 2 additions and 1 deletions

View File

@@ -27,6 +27,7 @@
- Change: [#17319] Giant screenshots are now cropped to the horizontal view-clipping selection.
- Change: [#17499] Update error text when using vehicle incompatible with TD6 and add error when using incompatible track elements.
- Change: [#17655] Lower default price for the Crooked House.
- Change: [#17745] Make maintenance cost of Mini-Golf more balanced.
- Change: [#17762] Use vertical tabs in the New Game dialog.
- Fix: [#5141] Headless server is counted as a player.
- Fix: [#7466] Coaster track not drawn at tunnel exit.

View File

@@ -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),