142 {
143 if (slotSelectionName == "wheel_spare_1")
144 {
145 return GetAnimationPhase("wheelSidePlate1") == 1.0;
146 }
147
148 if (slotSelectionName == "wheel_spare_2")
149 {
150 return GetAnimationPhase("wheelSidePlate2") == 1.0;
151 }
152
153 return super.CanManipulateSpareWheel(slotSelectionName);
154 }