v0.3.3: implemented the UNDEAD property
This commit is contained in:
@@ -68,6 +68,7 @@ public class King extends Mob {
|
||||
Undead.count = 0;
|
||||
|
||||
properties.add(Property.BOSS);
|
||||
properties.add(Property.UNDEAD);
|
||||
}
|
||||
|
||||
private boolean nextPedestal = true;
|
||||
@@ -281,6 +282,8 @@ public class King extends Mob {
|
||||
EXP = 0;
|
||||
|
||||
state = WANDERING;
|
||||
|
||||
properties.add(Property.UNDEAD);
|
||||
}
|
||||
|
||||
@Override
|
||||
|
||||
Reference in New Issue
Block a user