|
|
@ -2020,6 +2020,10 @@ public class Mob extends AbstractIntelligenceAgent { |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
this.deathTime = 0; |
|
|
|
this.deathTime = 0; |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
if(this.getName().equals("Chaos Chimera") || this.getName().equals("Taint Horror")) |
|
|
|
|
|
|
|
this.level -= 10; |
|
|
|
|
|
|
|
|
|
|
|
} catch (Exception e) { |
|
|
|
} catch (Exception e) { |
|
|
|
Logger.error(e.getMessage()); |
|
|
|
Logger.error(e.getMessage()); |
|
|
|
} |
|
|
|
} |
|
|
|