CP rate increase
This commit is contained in:
parent
7fef4adbee
commit
9495630bf2
@ -138,6 +138,8 @@ public class SilencingArrow extends SkillActive
|
||||
|
||||
//Damage
|
||||
event.AddMod(damager.getName(), GetName(), 0, true);
|
||||
|
||||
_arrows.remove(projectile);
|
||||
}
|
||||
|
||||
@EventHandler
|
||||
|
@ -113,7 +113,7 @@ public class CapturePoint
|
||||
if (!_captured)
|
||||
return;
|
||||
|
||||
Host.AddScore(_owner, 4);
|
||||
Host.AddScore(_owner, 6);
|
||||
}
|
||||
|
||||
private void CaptureUpdate()
|
||||
|
Loading…
Reference in New Issue
Block a user