1
0
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:
Aaron van Geffen
2024-05-20 22:36:33 +02:00
committed by GitHub
parent 6cb49d2e3b
commit 04fa09e8df

View File

@@ -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 },