v0.8.0: sub-parts of bosses are now considered minibosses
This commit is contained in:
parent
099073dd89
commit
60453b2a4e
|
@ -57,7 +57,7 @@ public class Pylon extends Mob {
|
|||
|
||||
maxLvl = -2;
|
||||
|
||||
properties.add(Property.BOSS);
|
||||
properties.add(Property.MINIBOSS);
|
||||
properties.add(Property.INORGANIC);
|
||||
properties.add(Property.ELECTRIC);
|
||||
properties.add(Property.IMMOVABLE);
|
||||
|
|
|
@ -222,7 +222,7 @@ public class Yog extends Mob {
|
|||
|
||||
state = WANDERING;
|
||||
|
||||
properties.add(Property.BOSS);
|
||||
properties.add(Property.MINIBOSS);
|
||||
properties.add(Property.DEMONIC);
|
||||
properties.add(Property.ACIDIC);
|
||||
}
|
||||
|
@ -294,7 +294,7 @@ public class Yog extends Mob {
|
|||
|
||||
state = WANDERING;
|
||||
|
||||
properties.add(Property.BOSS);
|
||||
properties.add(Property.MINIBOSS);
|
||||
properties.add(Property.DEMONIC);
|
||||
properties.add(Property.FIERY);
|
||||
}
|
||||
|
|
|
@ -63,7 +63,7 @@ public abstract class YogFist extends Mob {
|
|||
|
||||
state = WANDERING;
|
||||
|
||||
properties.add(Property.BOSS);
|
||||
properties.add(Property.MINIBOSS);
|
||||
properties.add(Property.DEMONIC);
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user