v0.3.2: tweaked fleeing to cancel at a certain distance, tweaked thieves to destroy their stolen item after escaping, tweaked bags to be kept (empty) on ressurect

This commit is contained in:
Evan Debenham
2015-10-30 17:27:44 -04:00
parent d829e63f19
commit 303a6ddc5b
4 changed files with 20 additions and 5 deletions
@@ -41,6 +41,8 @@ public class Bag extends Item implements Iterable<Item> {
image = 11;
defaultAction = AC_OPEN;
unique = true;
}
public Char owner;