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

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