mirror of
https://github.com/OpenRCT2/OpenRCT2
synced 2025-12-24 00:03:11 +01:00
Add cooldown time for SmallSceneryPlaceAction
This commit is contained in:
@@ -49,6 +49,11 @@ public:
|
||||
{
|
||||
}
|
||||
|
||||
uint32_t GetCooldownTime() const override
|
||||
{
|
||||
return 20;
|
||||
}
|
||||
|
||||
uint16_t GetActionFlags() const override
|
||||
{
|
||||
return GameAction::GetActionFlags();
|
||||
|
||||
Reference in New Issue
Block a user