rott/kf_sources/NicePack/Classes/NiceSkillZerkGunzerker.uc
2026-07-14 20:27:09 +07:00

10 lines
351 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."
}