]> de.git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/blobdiff - qcsrc/common/weapons/w_shockwave.qc
Some more consistency please
[xonotic/xonotic-data.pk3dir.git] / qcsrc / common / weapons / w_shockwave.qc
index 0f98789cc1cd0832b3421299fe7ff951230977e0..236fadc32258ce9a3cae5e1a215ca4cfed6a7b84 100644 (file)
@@ -2,7 +2,7 @@
 REGISTER_WEAPON(
 /* WEP_##id */ SHOCKWAVE,
 /* function */ W_Shockwave,
-/* ammotype */ IT_SHELLS,
+/* ammotype */ ammo_shells,
 /* impulse  */ 2,
 /* flags    */ WEP_FLAG_NORMAL | WEP_FLAG_RELOADABLE | WEP_TYPE_HITSCAN,
 /* rating   */ BOT_PICKUP_RATING_LOW,
@@ -18,7 +18,6 @@ REGISTER_WEAPON(
        w_cvar(id, sn, MO_NONE, blast_edgedamage) \
        w_cvar(id, sn, MO_NONE, blast_force) \
        w_cvar(id, sn, MO_NONE, blast_force_forwardbias) \
-       /*w_cvar(id, sn, MO_NONE, blast_force_velocitybias)*/ \
        w_cvar(id, sn, MO_NONE, blast_force_zscale) \
        w_cvar(id, sn, MO_NONE, blast_jump_damage) \
        w_cvar(id, sn, MO_NONE, blast_jump_edgedamage) \