v0.6.1: fixed Goo and DM300 auto-IDing their artifacts

This commit is contained in:
Evan Debenham
2017-07-13 20:21:34 -04:00
parent 479dd40bf7
commit 61fb79d9ab
2 changed files with 2 additions and 2 deletions
@@ -63,7 +63,7 @@ public class DM300 extends Mob {
EXP = 30;
defenseSkill = 18;
loot = new CapeOfThorns().identify();
loot = new CapeOfThorns();
lootChance = 0.333f;
properties.add(Property.BOSS);
@@ -62,7 +62,7 @@ public class Goo extends Mob {
defenseSkill = 8;
spriteClass = GooSprite.class;
loot = new LloydsBeacon().identify();
loot = new LloydsBeacon();
lootChance = 0.333f;
properties.add(Property.BOSS);