Skip to content

Commit

Permalink
change default price for circus to $1.20
Browse files Browse the repository at this point in the history
in line with suggestion in issue
  • Loading branch information
733737 committed Dec 5, 2023
1 parent 004592b commit 6014646
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions distribution/changelog.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
- Feature: [#20825] Made setting the game speed a game action.
- Feature: [#20853] [Plugin] Add “BaseTileElement.owner” which is saved in the park file.
- Change: [#20790] Default ride price set to free if park charges for entry.
= Fix: [#13473] Circus default price lowered by 30 cents.
- Fix: [#16453] Tile inspector invisibility shortcut does not use a game action.
- Fix: [#17774] Misplaced/missing land and construction rights tiles in RCT1 & RCT2 scenarios.
- Fix: [#18199] Dots in the game save's name no longer get truncated.
Expand Down
2 changes: 1 addition & 1 deletion src/openrct2/ride/gentle/meta/Circus.h
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ constexpr RideTypeDescriptor CircusRTD =
SET_FIELD(RatingsMultipliers, { 20, 10, 0 }),
SET_FIELD(UpkeepCosts, { 50, 1, 0, 0, 0, 0 }),
SET_FIELD(BuildCosts, { 62.50_GBP, 1.00_GBP, 1, }),
SET_FIELD(DefaultPrices, { 15, 0 }),
SET_FIELD(DefaultPrices, { 12, 0 }),
SET_FIELD(DefaultMusic, {}),
SET_FIELD(PhotoItem, ShopItem::Photo),
SET_FIELD(BonusValue, 39),
Expand Down

0 comments on commit 6014646

Please sign in to comment.