X-Git-Url: http://de.git.xonotic.org/?a=blobdiff_plain;f=qcsrc%2Fcommon%2Fweapons%2Fw_shockwave.qc;h=236fadc32258ce9a3cae5e1a215ca4cfed6a7b84;hb=5c2b8d6a63d1a274fa3e474c33582196d604a833;hp=0f98789cc1cd0832b3421299fe7ff951230977e0;hpb=faee1b1e9a5c3069aa24df6458d87809cdea1889;p=xonotic%2Fxonotic-data.pk3dir.git diff --git a/qcsrc/common/weapons/w_shockwave.qc b/qcsrc/common/weapons/w_shockwave.qc index 0f98789cc..236fadc32 100644 --- a/qcsrc/common/weapons/w_shockwave.qc +++ b/qcsrc/common/weapons/w_shockwave.qc @@ -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) \