v0.2.3: fixed a bug where armbands would be cursed when dropped.
This commit is contained in:
@@ -48,7 +48,7 @@ public class Thief extends Mob {
|
||||
EXP = 5;
|
||||
maxLvl = 10;
|
||||
|
||||
loot = MasterThievesArmband.class;
|
||||
loot = new MasterThievesArmband();
|
||||
lootChance = 0.01f;
|
||||
|
||||
FLEEING = new Fleeing();
|
||||
|
||||
Reference in New Issue
Block a user