NicePack/sources/Perks/Berserker/Skills/NiceSkillZerkGunzerker.uc
2020-02-16 19:53:59 +07:00

7 lines
348 B
Ucode

class NiceSkillZerkGunzerker extends NiceSkill
abstract;
var float cooldown;
defaultproperties
{
cooldown=-2.000000
SkillName="Gunzerker"
SkillEffects="You're able to activate melee-invincibility with non-melee headshots, but your misses are punished by a 2 second cooldown, during which you cannot activate invincibility."
}