Fixed drink/eat

refs #1132
This commit is contained in:
Florian Kinder
2014-02-17 01:15:13 +01:00
parent 72dee3c644
commit fb902eb819
2 changed files with 2 additions and 2 deletions

View File

@@ -65,7 +65,7 @@ if (_hasoutput && !_invehicle) then {
_item addMagazineCargoGlobal [_itemtodrop,1]; _item addMagazineCargoGlobal [_itemtodrop,1];
}; };
if (_invehicle) then { if (_hasoutput && _invehicle) then {
sleep 2; sleep 2;
(vehicle player) addMagazineCargoGlobal [_itemtodrop,1]; (vehicle player) addMagazineCargoGlobal [_itemtodrop,1];
}; };

View File

@@ -65,7 +65,7 @@ if (_hasoutput && !_invehicle) then {
_item addMagazineCargoGlobal [_itemtodrop,1]; _item addMagazineCargoGlobal [_itemtodrop,1];
}; };
if (_invehicle) then { if (_hasoutput && _invehicle) then {
sleep 2; sleep 2;
(vehicle player) addMagazineCargoGlobal [_itemtodrop,1]; (vehicle player) addMagazineCargoGlobal [_itemtodrop,1];
}; };