Kaynağa Gözat

Don't make crew careless

m3ales 4 yıl önce
ebeveyn
işleme
49303c98e7
1 değiştirilmiş dosya ile 0 ekleme ve 4 silme
  1. 0 4
      addons - Copy/RD501_Main/XEH_postinit.sqf

+ 0 - 4
addons - Copy/RD501_Main/XEH_postinit.sqf

@@ -145,10 +145,6 @@ call macro_fnc_name(stun);
 		if!(_entity isKindOf "Man" && side _entity == east) then {
 			_entity allowCrewInImmobile true;
 			_entity setVehicleLock "LOCKED";
-			{
-				_x disableAI "FSM";
-				_x setBehaviour "CARELESS";
-			} forEach crew _entity;
 		};
 	}];
 	_x setVariable ["rd501_curator_dismount_disable_index", _idx, false];