Removed rouge systemChat message on unconsciousness #292

This commit is contained in:
Glowbal 2015-04-03 08:45:02 +02:00
parent 045ea02da0
commit ffcc01ef74

View File

@ -20,11 +20,9 @@ PARAMS_2(_unit,_isUnconc);
if (!local _unit) exitWith {};
systemChat format ["med: %1", _this];
if (_isUnconc) then {
//Knocked out: If surrendering, stop
if (_unit getVariable [QGVAR(isSurrendering), false]) then {
if (_unit getVariable [QGVAR(isSurrendering), false]) then {
[_unit, false] call FUNC(setSurrendered);
};
} else {