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