fix for addrating

This commit is contained in:
He-Man 2017-09-20 19:39:55 +02:00 committed by GitHub
parent 2afc23914f
commit e756568334

View File

@ -71,6 +71,9 @@ if !(alive player && alive _playerObject && !isPlayer _playerObject) then {
// reset blood Pressure to warning level
EPOCH_playerBloodP = 120;
// testing for civilan males
player addRating -2000;
};
} else {
deleteVehicle _playerObject;