Merging 1.7.5 Source: actors/hero changes

This commit is contained in:
Evan Debenham
2015-02-01 21:21:28 -05:00
parent bbe6c79ab3
commit e951b7aad8
2 changed files with 51 additions and 17 deletions
@@ -173,7 +173,7 @@ public class Belongings implements Iterable<Item> {
item.detachAll( backpack );
}
} else if (item.unique) {
// Keep unique items
} else if (!item.isEquipped( owner )) {
item.detachAll( backpack );
}