v0.9.0a: Fixed great crab also dropping regular crab loot
This commit is contained in:
parent
e55d33067b
commit
02569ee7db
|
@ -47,6 +47,9 @@ public class GreatCrab extends Crab {
|
||||||
|
|
||||||
state = WANDERING;
|
state = WANDERING;
|
||||||
|
|
||||||
|
loot = new MysteryMeat().quantity(2);
|
||||||
|
lootChance = 1f;
|
||||||
|
|
||||||
properties.add(Property.MINIBOSS);
|
properties.add(Property.MINIBOSS);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -85,8 +88,5 @@ public class GreatCrab extends Crab {
|
||||||
super.die( cause );
|
super.die( cause );
|
||||||
|
|
||||||
Ghost.Quest.process();
|
Ghost.Quest.process();
|
||||||
|
|
||||||
Dungeon.level.drop( new MysteryMeat(), pos );
|
|
||||||
Dungeon.level.drop( new MysteryMeat(), pos ).sprite.drop();
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue
Block a user