Merge branch 'master' of ssh://dev1.mineplex.com:7999/min/Mineplex

This commit is contained in:
Jonathan Williams 2014-04-25 00:44:27 -07:00
commit a37ace7576
3 changed files with 7 additions and 5 deletions

View File

@ -33,10 +33,10 @@ public class NewsManager extends MiniPlugin
_news = new String[] _news = new String[]
{ {
"New SSM Kit: " + C.cYellow + C.Bold + "Skeletal Horse", "Champions Update: " + C.cYellow + C.Bold + "Skill Levels",
"New Game: " + C.cYellow + C.Bold + "Sheep Quest", "Champions Update: " + C.cGreen + C.Bold + "More Customisation",
"Beta Servers Live! " + C.cPurple + C.Bold + "ULTRA ONLY", "Champions Update: " + C.cYellow + C.Bold + "Item Selection",
"Beta Game: " + C.cYellow + C.Bold + "Gravity", "Champions Update: " + C.cGreen + C.Bold + "More Balanced",
}; };
} }

View File

@ -138,6 +138,8 @@ public class SilencingArrow extends SkillActive
//Damage //Damage
event.AddMod(damager.getName(), GetName(), 0, true); event.AddMod(damager.getName(), GetName(), 0, true);
_arrows.remove(projectile);
} }
@EventHandler @EventHandler

View File

@ -113,7 +113,7 @@ public class CapturePoint
if (!_captured) if (!_captured)
return; return;
Host.AddScore(_owner, 4); Host.AddScore(_owner, 6);
} }
private void CaptureUpdate() private void CaptureUpdate()