]> de.git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/blobdiff - qcsrc/common/mutators/mutator/overkill/okshotgun.qh
Merge branch 'drjaska/falloffcvars' into 'master'
[xonotic/xonotic-data.pk3dir.git] / qcsrc / common / mutators / mutator / overkill / okshotgun.qh
index e70fc43269f1eb329f2c9d6f9458ac29da5dd010..094f156882a02386ebf20762521c496ec2add8b6 100644 (file)
@@ -24,6 +24,10 @@ CLASS(OverkillShotgun, Weapon)
                P(class, prefix, bot_range, float, PRI) \
                P(class, prefix, bullets, float, PRI) \
                P(class, prefix, damage, float, PRI) \
+               P(class, prefix, damagefalloff_forcehalflife, float, PRI) \
+               P(class, prefix, damagefalloff_halflife, float, PRI) \
+               P(class, prefix, damagefalloff_maxdist, float, PRI) \
+               P(class, prefix, damagefalloff_mindist, float, PRI) \
                P(class, prefix, force, float, PRI) \
                P(class, prefix, refire, float, PRI) \
                P(class, prefix, solidpenetration, float, PRI) \