132 {
133 if (slotSelectionName == "wheel_spare_1")
134 {
135 return GetAnimationPhase("wheelSidePlate1") == 1.0);
136 }
137
138 if (slotSelectionName == "wheel_spare_2")
139 {
140 return GetAnimationPhase("wheelSidePlate2") == 1.0);
141 }
142
143 return super.CanManipulateSpareWheel(slotSelectionName);
144 }