From: Samual Lenks Date: Mon, 23 Jul 2012 03:33:31 +0000 (-0400) Subject: Shotgun is no longer a "normal" weapon X-Git-Tag: xonotic-v0.8.0~152^2~408^2~60 X-Git-Url: https://git.rm.cloudns.org/?a=commitdiff_plain;h=efc4377341bd0a172a77a839bc02ab1def19dc12;p=xonotic%2Fxonotic-data.pk3dir.git Shotgun is no longer a "normal" weapon --- diff --git a/qcsrc/server/w_shotgun.qc b/qcsrc/server/w_shotgun.qc index fcf9a27c2..aa4ff4d95 100644 --- a/qcsrc/server/w_shotgun.qc +++ b/qcsrc/server/w_shotgun.qc @@ -1,5 +1,5 @@ #ifdef REGISTER_WEAPON -REGISTER_WEAPON(SHOTGUN, w_shotgun, IT_SHELLS, 2, WEP_FLAG_NORMAL | WEP_FLAG_RELOADABLE | WEP_TYPE_HITSCAN, BOT_PICKUP_RATING_LOW, "shotgun", "shotgun", _("Shotgun")) +REGISTER_WEAPON(SHOTGUN, w_shotgun, IT_SHELLS, 2, WEP_FLAG_RELOADABLE | WEP_TYPE_HITSCAN, BOT_PICKUP_RATING_LOW, "shotgun", "shotgun", _("Shotgun")) #else #ifdef SVQC