From: otta8634 Date: Mon, 6 Jan 2025 17:28:37 +0000 (+0800) Subject: Remove note about rifle in ammo buff to prevent pipeline failure X-Git-Url: https://git.rm.cloudns.org/?a=commitdiff_plain;h=79b096d17107420b4def3ab49cce4a4c4979fd26;p=xonotic%2Fxonotic-data.pk3dir.git Remove note about rifle in ammo buff to prevent pipeline failure I'm not sure how to properly include within .inc files, evidently what I tried didn't work. --- diff --git a/qcsrc/common/mutators/mutator/buffs/all.inc b/qcsrc/common/mutators/mutator/buffs/all.inc index a4cca013d4..332b831bda 100644 --- a/qcsrc/common/mutators/mutator/buffs/all.inc +++ b/qcsrc/common/mutators/mutator/buffs/all.inc @@ -1,5 +1,3 @@ -#include - string Buff_CompatName(string buffname) { switch(buffname) @@ -28,8 +26,8 @@ CLASS(AmmoBuff, Buff) { TC(AmmoBuff, this); return sprintf(_("The %s gives you infinite ammo until the buff expires, so you don't need to worry about running out of ammo\n\n" - "It also removes the need to reload any weapons that require reloading, like the %s"), - COLORED_NAME_WITH_CONCAT(this, _("Buff")), COLORED_NAME(WEP_RIFLE)); + "It also removes the need to reload any weapons that require reloading"), + COLORED_NAME_WITH_CONCAT(this, _("Buff"))); } #endif ENDCLASS(AmmoBuff)