From: Rudolf Polzer Date: Thu, 12 Jan 2012 13:51:13 +0000 (+0100) Subject: fireball is now a superweapon (expires) X-Git-Tag: xonotic-v0.6.0~177^2^2~12 X-Git-Url: https://git.rm.cloudns.org/?a=commitdiff_plain;h=fcf2316250c18031af079968b5d874a0c02753fe;p=xonotic%2Fxonotic-data.pk3dir.git fireball is now a superweapon (expires) --- diff --git a/qcsrc/server/w_fireball.qc b/qcsrc/server/w_fireball.qc index 3cc484da9..1732d9c04 100644 --- a/qcsrc/server/w_fireball.qc +++ b/qcsrc/server/w_fireball.qc @@ -1,5 +1,5 @@ #ifdef REGISTER_WEAPON -REGISTER_WEAPON(FIREBALL, w_fireball, IT_FUEL, 9, WEP_FLAG_RELOADABLE | WEP_TYPE_SPLASH, BOT_PICKUP_RATING_MID, "fireball", "fireball", _("Fireball")); +REGISTER_WEAPON(FIREBALL, w_fireball, IT_FUEL | IT_SUPERWEAPON, 9, WEP_FLAG_RELOADABLE | WEP_TYPE_SPLASH, BOT_PICKUP_RATING_MID, "fireball", "fireball", _("Fireball")); #else #ifdef SVQC .float bot_primary_fireballmooth; // whatever a mooth is