From 79b096d17107420b4def3ab49cce4a4c4979fd26 Mon Sep 17 00:00:00 2001 From: otta8634 Date: Tue, 7 Jan 2025 01:28:37 +0800 Subject: [PATCH] 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. --- qcsrc/common/mutators/mutator/buffs/all.inc | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) 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) -- 2.39.5