v0.2.3: corrected thieves dropping more than one armband.

This commit is contained in:
Evan Debenham
2014-12-10 17:08:33 -05:00
parent 1104f6473b
commit 6a1a90022e
2 changed files with 12 additions and 1 deletions
@@ -146,7 +146,9 @@ public class Dungeon {
scorpioHP,
cookingHP,
blandfruitSeed;
blandfruitSeed,
armband;
public int count = 0;
}