+Pack position login now the same as lock and unlock Fixes #73
This commit is contained in:
vbawol
2013-02-13 00:51:45 -06:00
parent 58c9ddfa9b
commit 709802a70b
2 changed files with 31 additions and 24 deletions

View File

@@ -128,9 +128,9 @@ if (inflamed cursorTarget and _canDo) then {
{
_itemOut = _x select 0;
_countOut = _x select 1;
diag_log format["Recipe Finish: %1 %2", _itemIn,_countIn];
diag_log format["Recipe Output: %1 %2", _itemOut,_countOut];
for "_x" from 1 to _countIn do {
for "_x" from 1 to _countOut do {
player addMagazine _itemOut;
};