Fixed Weird fuzzy business

This commit is contained in:
AlgorithmX2
2014-01-06 00:55:16 -06:00
parent 57a91c2969
commit 88bb735ed8
3 changed files with 21 additions and 16 deletions
+1
View File
@@ -128,6 +128,7 @@ public class AdaptorIInventory extends InventoryAdaptor
if ( rv == null )
{
rv = is.copy();
filter = rv;
rv.stackSize = lhow_many;
how_many -= lhow_many;
}