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

10 lines
293 B
Ucode

class NiceSkillSupportZEDBore extends NiceSkill
abstract;
var float minHeadshotPrecision;
defaultproperties
{
minHeadshotPrecision=0.100000
SkillName="Bore"
SkillEffects="During zed time your bullets' bounce between a zed's body and head 2 times before leaving it."
}