Medical - Make dug graves respect terrain slope (#9545)

* slope dug graves

* remove parentheses
This commit is contained in:
Grim 2023-10-19 22:40:48 -04:00 committed by GitHub
parent 80703ce760
commit 642ca3c14d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -63,6 +63,7 @@ if (_restingPlaceClass != "") then {
_restingPlace = createVehicle [_restingPlaceClass, [0, 0, 0], [], 0, "NONE"];
_restingPlace setPosASL _position;
_restingPlace setDir _direction;
_restingPlace setVectorUp surfaceNormal _position;
};