]> de.git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/blobdiff - qcsrc/common/weapons/weapon/vortex.qh
Add damage and force falloff to shotgun, machinegun, rifle, vaporizer, okmachinegun...
[xonotic/xonotic-data.pk3dir.git] / qcsrc / common / weapons / weapon / vortex.qh
index 2d80a7a61ae89b1266299984f8a783605d9426ab..ef88c6bd83405f324fd2b136394320c8a5568a92 100644 (file)
@@ -42,11 +42,11 @@ CLASS(Vortex, Weapon)
                P(class, prefix, charge_shot_multiplier, float, NONE) \
                P(class, prefix, charge_start, float, NONE) \
                P(class, prefix, charge_velocity_rate, float, NONE) \
+               P(class, prefix, damage, float, BOTH) \
                P(class, prefix, damagefalloff_forcehalflife, float, BOTH) \
                P(class, prefix, damagefalloff_halflife, float, BOTH) \
                P(class, prefix, damagefalloff_maxdist, float, BOTH) \
                P(class, prefix, damagefalloff_mindist, float, BOTH) \
-               P(class, prefix, damage, float, BOTH) \
                P(class, prefix, force, float, BOTH) \
                P(class, prefix, refire, float, BOTH) \
                P(class, prefix, secondary, float, NONE) \