Make Snow Witch killable after reactor activation

This commit is contained in:
P0nk
2022-08-29 21:20:51 +02:00
parent 84890ac308
commit 7fffd0bb64
5 changed files with 36 additions and 6 deletions

View File

@@ -122,6 +122,10 @@ public class MobSkill {
service.registerOverallAction(monster.getMap().getId(), toRun, animationTime);
}
public void applyEffect(Monster monster) {
applyEffect(null, monster, false, Collections.emptyList());
}
public void applyEffect(Character player, Monster monster, boolean skill, List<Character> banishPlayers) {
Disease disease = null;
Map<MonsterStatus, Integer> stats = new ArrayMap<>();