v0.9.4: fixed DK minions dropping imp quest tokens
This commit is contained in:
parent
285dd374b3
commit
6ae71ea544
|
@ -235,7 +235,7 @@ public class Imp extends NPC {
|
|||
}
|
||||
|
||||
public static void process( Mob mob ) {
|
||||
if (spawned && given && !completed) {
|
||||
if (spawned && given && !completed && Dungeon.depth != 20) {
|
||||
if ((alternative && mob instanceof Monk) ||
|
||||
(!alternative && mob instanceof Golem)) {
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user