From 7ab7830ef9ed2b7380ff6cba122512767ab68421 Mon Sep 17 00:00:00 2001 From: Kino Date: Sat, 4 Mar 2017 17:44:38 -0500 Subject: [PATCH] No more Sun Spirit chat spam --- .../server/entities/bosses/sun_spirit/EntitySunSpirit.java | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/main/java/com/legacy/aether/server/entities/bosses/sun_spirit/EntitySunSpirit.java b/src/main/java/com/legacy/aether/server/entities/bosses/sun_spirit/EntitySunSpirit.java index 95fe819..5219117 100644 --- a/src/main/java/com/legacy/aether/server/entities/bosses/sun_spirit/EntitySunSpirit.java +++ b/src/main/java/com/legacy/aether/server/entities/bosses/sun_spirit/EntitySunSpirit.java @@ -204,6 +204,7 @@ public class EntitySunSpirit extends EntityFlying implements IMob EntityPlayer player = (EntityPlayer)this.getAttackTarget(); this.chatLine(player, "\u00a7bSuch bitter cold... is this the feeling... of pain?"); + this.chatCount = 100; player.addStat(AchievementsAether.defeat_gold); } @@ -223,6 +224,7 @@ public class EntitySunSpirit extends EntityFlying implements IMob this.motionX = this.motionY = this.motionZ = 0.0D; this.chatLine(player, "\u00a7cSuch is the fate of a being who opposes the might of the sun."); + this.chatCount = 100; this.setDoor(Blocks.AIR.getDefaultState());