mirror of
https://github.com/CorsixTH/CorsixTH.git
synced 2025-07-23 04:13:01 +02:00
Merge pull request #2869 from Alberth289346/fix-comfy-chair-moods
Fix moods of the comfortable chair.
This commit is contained in:
@@ -41,6 +41,17 @@ object.usage_animations = copy_north_to_south {
|
||||
finish_use = {Doctor = 2520},
|
||||
},
|
||||
}
|
||||
|
||||
local anim_mgr = TheApp.animation_manager
|
||||
local kf1, kf2, kf3 = {0, -2, "px"}, {2, -6, "px"}, {6, -11, "px"}
|
||||
local kf4, kf5 = {10, -9, "px"}, {16, -10, "px"}
|
||||
anim_mgr:setStaffMarker(2516, 0, kf1, 1, kf2, 2, kf3, 3, kf4, 4, kf5)
|
||||
kf1, kf2, kf3 = {17, -8, "px"}, {26, -12, "px"}, {34, -12, "px"}
|
||||
anim_mgr:setStaffMarker(2512, 0, kf5, 1, kf1, 2, kf2, 3, kf3)
|
||||
anim_mgr:setStaffMarker(2544, kf3)
|
||||
kf4, kf5, kf1, kf2 = {28, -12, "px"}, {15, -11, "px"}, {11, -7, "px"}, {7, -4, "px"}
|
||||
anim_mgr:setStaffMarker(2520, 0, kf3, 1, kf4, 2, kf5, 3, kf1, 4, kf2)
|
||||
|
||||
object.orientations = {
|
||||
north = {
|
||||
footprint = { {0, 0, complete_cell = true}, {0, 1, only_passable = true} },
|
||||
|
Reference in New Issue
Block a user