mirror of
https://github.com/acemod/ACE3.git
synced 2024-08-30 18:23:18 +00:00
Medical - Make dug graves respect terrain slope (#9545)
* slope dug graves * remove parentheses
This commit is contained in:
parent
80703ce760
commit
642ca3c14d
@ -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;
|
||||
};
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user