This commit is contained in:
shukari 2018-04-10 05:48:58 +02:00 committed by PabstMirror
parent 50abe911a5
commit 181d2ef5e1

View File

@ -65,7 +65,7 @@ _itemObject setVelocity ((velocity _vehicle) vectorAdd ((vectorNormalized (vecto
private _velocity = velocity _item;
_item attachTo [_parachute, [0,0,-1]];
_item attachTo [_parachute, [0,0,1]];
_parachute setVelocity _velocity;
private _light = "Chemlight_yellow" createVehicle [0,0,0];