mirror of
https://github.com/OpenRCT2/OpenRCT2
synced 2025-12-10 09:32:29 +01:00
Add Taiwan Park to extras
This commit is contained in:
committed by
Aaron van Geffen
parent
386bebe700
commit
2ac0373de3
@@ -2,6 +2,7 @@
|
||||
------------------------------------------------------------------------
|
||||
- Feature: [#24468] [Plugin] Add awards to plugin API.
|
||||
- Feature: [#24702] [Plugin] Add bindings for missing cheats (forcedParkRating, ignoreRidePrice, makeAllDestructible).
|
||||
- Improved: [#24812] Taiwan Park has been added to the Extras tab if it is present.
|
||||
- Change: [#24730] Security guards now only walk slowly in crowded areas.
|
||||
- Fix: [#24598] Cannot load .park files that use official legacy footpaths by accident.
|
||||
- Fix: [#24611] The confirmation prompt for track file deletion is not vertically aligned.
|
||||
|
||||
@@ -316,6 +316,7 @@ namespace OpenRCT2::ScenarioSources
|
||||
static constexpr ScenarioTitleDescriptor kScenarioTitlesExtrasParks[] =
|
||||
{
|
||||
{ SC_FORT_ANACHRONISM, "Fort Anachronism", ScenarioCategory::dlc, "rct1dlc.scenario_meta.fort_anachronism" },
|
||||
{ SC_TAIWAN_PARK, "Taiwan Park", ScenarioCategory::dlc, "rct1tw.scenario_meta.taiwan_park" },
|
||||
{ SC_PCPLAYER, "PC Player", ScenarioCategory::dlc, "rct1dlc.scenario_meta.pc_player" },
|
||||
{ SC_PCGW, "PC Gaming World", ScenarioCategory::dlc, "rct1dlc.scenario_meta.pc_gaming_world" },
|
||||
{ SC_GAMEPLAY, "gameplay", ScenarioCategory::dlc, "rct1dlc.scenario_meta.gameplay" },
|
||||
|
||||
@@ -74,6 +74,7 @@ enum
|
||||
// Special
|
||||
SC_ALTON_TOWERS,
|
||||
SC_FORT_ANACHRONISM,
|
||||
SC_TAIWAN_PARK,
|
||||
|
||||
// Added Attractions
|
||||
SC_WHISPERING_CLIFFS = 40,
|
||||
|
||||
Reference in New Issue
Block a user