v0.6.1: fixed Goo and DM300 auto-IDing their artifacts
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user