CP rate increase

This commit is contained in:
Chiss 2014-04-25 11:10:37 +10:00
parent 7fef4adbee
commit 9495630bf2
2 changed files with 3 additions and 1 deletions

View File

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

View File

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