]> git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/blobdiff - qcsrc/common/mutators/mutator/overkill/okmachinegun.qh
Add damage and force falloff to shotgun, machinegun, rifle, vaporizer, okmachinegun...
[xonotic/xonotic-data.pk3dir.git] / qcsrc / common / mutators / mutator / overkill / okmachinegun.qh
index 5ec40b7f73b14f79803dc61dc8258813a2655b6d..cd1eac827a1b59f9add89cffc84c89375f5f9ede 100644 (file)
@@ -42,6 +42,10 @@ CLASS(OverkillMachineGun, Weapon)
                P(class, prefix, shotangle, float, SEC) \
                P(class, prefix, speed, float, SEC) \
                P(class, prefix, spread, float, SEC) \
+               P(class, prefix, damagefalloff_forcehalflife, float, NONE) \
+               P(class, prefix, damagefalloff_halflife, float, NONE) \
+               P(class, prefix, damagefalloff_maxdist, float, NONE) \
+               P(class, prefix, damagefalloff_mindist, float, NONE) \
                P(class, prefix, reload_ammo, float, NONE) \
                P(class, prefix, reload_time, float, NONE) \
                P(class, prefix, switchdelay_drop, float, NONE) \