v0.3.3: implemented BOSS and MINIBOSS properties

This commit is contained in:
Evan Debenham
2015-12-16 17:27:36 -05:00
parent e09f40378d
commit 3d8e104b9b
14 changed files with 27 additions and 17 deletions
@@ -179,10 +179,4 @@ public class Bestiary {
return classes[ Random.chances( chances )];
}
public static boolean isUnique( Char mob ) {
return mob instanceof Goo || mob instanceof Tengu || mob instanceof DM300 || mob instanceof King
|| mob instanceof Yog.BurningFist || mob instanceof Yog.RottingFist
|| mob instanceof FetidRat || mob instanceof GnollTrickster || mob instanceof GreatCrab;
}
}