add some extra assets FX and SFX
This commit is contained in:
@@ -394,7 +394,7 @@ public class IKDrivingSystem : mainRiderSystem
|
||||
|
||||
//disable the weapon system if the vehicle has it
|
||||
if (currentVehicleWeaponSystem != null) {
|
||||
if (currentVehicleWeaponSystem.weaponsEnabled) {
|
||||
if (currentVehicleWeaponSystem.weaponsEnabled && !currentVehicleWeaponSystem.ignoreDisableVehicleWeaponsIfDestroyed) {
|
||||
currentVehicleWeaponSystem.changeWeaponState (false);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user