mirror of
https://github.com/OpenRCT2/OpenRCT2
synced 2026-01-04 13:42:55 +01:00
Allow mechanics to be assigned the drowning animation (#22071)
This commit is contained in:
@@ -32,6 +32,7 @@ namespace OpenRCT2::Scripting
|
||||
{ "walking", PeepActionSpriteType::None },
|
||||
{ "watchRide", PeepActionSpriteType::WatchRide },
|
||||
{ "hanging", PeepActionSpriteType::Ui },
|
||||
{ "drowning", PeepActionSpriteType::Drowning },
|
||||
{ "staffAnswerCall", PeepActionSpriteType::StaffAnswerCall },
|
||||
{ "staffAnswerCall2", PeepActionSpriteType::StaffAnswerCall2 },
|
||||
{ "staffCheckBoard", PeepActionSpriteType::StaffCheckboard },
|
||||
|
||||
Reference in New Issue
Block a user