Lower default price for the Crooked House (#17655)

Guests didn't want to pay the previous default price,
even if the ride was brand new.
This commit is contained in:
Rik Smeets 2022-07-31 14:07:36 +02:00 committed by GitHub
parent e96f428c7b
commit 889293f2b7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 1 deletions

View File

@ -9,6 +9,7 @@
- Improved: [#17575] You can now search for Authors in Object Selection.
- 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.
- Fix: [#7466] Coaster track not drawn at tunnel exit.
- Fix: [#16392] Scenery on sloped surface is placed at wrong height.
- Fix: [#16476] The game sometimes crashes when demolishing a maze.

View File

@ -42,7 +42,7 @@ constexpr const RideTypeDescriptor CrookedHouseRTD =
SET_FIELD(RatingsMultipliers, { 15, 8, 0 }),
SET_FIELD(UpkeepCosts, { 30, 1, 0, 0, 0, 0 }),
SET_FIELD(BuildCosts, { 32.50_GBP, 1.00_GBP, 1, }),
SET_FIELD(DefaultPrices, { 10, 0 }),
SET_FIELD(DefaultPrices, { 6, 0 }),
SET_FIELD(DefaultMusic, MUSIC_OBJECT_GENTLE),
SET_FIELD(PhotoItem, ShopItem::Photo),
SET_FIELD(BonusValue, 22),