v0.9.0a: Fixed great crab also dropping regular crab loot
This commit is contained in:
+3
-3
@@ -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();
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user