mirror of
https://github.com/OpenRCT2/OpenRCT2
synced 2025-12-10 09:32:29 +01:00
Revert crooked house & circus default prices to vanilla values
This commit is contained in:
@@ -5,6 +5,7 @@
|
||||
- Change: [#25111] Frozen guests no longer finish consuming any food or drink they are carrying.
|
||||
- Change: [#25161] Revert to the ‘fair ride price’ calculation of vanilla RCT2.
|
||||
- Change: [#25228] [Plugin] The available staff costumes array is now ordered alphabetically by name.
|
||||
- Change: [#25248] Revert Crooked House & Circus default prices to vanilla values.
|
||||
- Removed: [#25225] `sprite exportalldat`, replaced with `sprite exportobject`.
|
||||
- Fix: [#24513] Ride/track designs can now be shifted underground as well.
|
||||
- Fix: [#24682] The scenery window isn't high enough to accommodate all tool buttons when there are multiple rows of groups/tabs.
|
||||
|
||||
@@ -47,7 +47,7 @@
|
||||
// It is used for making sure only compatible builds get connected, even within
|
||||
// single OpenRCT2 version.
|
||||
|
||||
constexpr uint8_t kStreamVersion = 6;
|
||||
constexpr uint8_t kStreamVersion = 7;
|
||||
|
||||
const std::string kStreamID = std::string(kOpenRCT2Version) + "-" + std::to_string(kStreamVersion);
|
||||
|
||||
|
||||
@@ -43,7 +43,7 @@ constexpr RideTypeDescriptor CircusRTD =
|
||||
.RatingsMultipliers = { 20, 10, 0 },
|
||||
.UpkeepCosts = { 50, 1, 0, 0, 0, 0 },
|
||||
.BuildCosts = { 62.50_GBP, 1.00_GBP, 1, },
|
||||
.DefaultPrices = { 12, 0 },
|
||||
.DefaultPrices = { 15, 0 },
|
||||
.DefaultMusic = {},
|
||||
.PhotoItem = ShopItem::Photo,
|
||||
.BonusValue = 39,
|
||||
|
||||
@@ -43,7 +43,7 @@ constexpr RideTypeDescriptor CrookedHouseRTD =
|
||||
.RatingsMultipliers = { 15, 8, 0 },
|
||||
.UpkeepCosts = { 30, 1, 0, 0, 0, 0 },
|
||||
.BuildCosts = { 32.50_GBP, 1.00_GBP, 1, },
|
||||
.DefaultPrices = { 6, 0 },
|
||||
.DefaultPrices = { 10, 0 },
|
||||
.DefaultMusic = kMusicObjectGentle,
|
||||
.PhotoItem = ShopItem::Photo,
|
||||
.BonusValue = 22,
|
||||
|
||||
Reference in New Issue
Block a user