Skip to content

Commit

Permalink
Enabled Simulation for Vehicles
Browse files Browse the repository at this point in the history
  • Loading branch information
He-Man authored and He-Man committed Apr 8, 2017
1 parent 2ea61c1 commit df7fe3d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sem/scripts/fn_createComposition.sqf
Expand Up @@ -66,7 +66,7 @@ for "_i" from 0 to ((count _objs) - 1) do
};
_newObj allowdamage false;
if !(_type in ["Box_NATO_AmmoVeh_F","Land_MetalCase_01_large_F"]) then {
if !(_newObj iskindof "house") then {
if !(_newObj iskindof "house" || _newObj iskindof "Landvehicle" || _newObj iskindof "SHIP" || _newObj iskindof "AIR" || _newObj iskindof "TANK" || _newObj iskindof "StaticWeapon") then {
_newObj enablesimulationglobal false;
};
};
Expand Down

0 comments on commit df7fe3d

Please sign in to comment.