From 5f7fd4c0519660f05cbde44416e8db087b1866d2 Mon Sep 17 00:00:00 2001 From: terencehill Date: Tue, 16 Nov 2021 17:46:15 +0100 Subject: [PATCH] Remove a wrong comment, IT_UNLIMITED_AMMO gives unlimited fuel too --- qcsrc/common/mutators/mutator/overkill/sv_overkill.qc | 2 -- 1 file changed, 2 deletions(-) diff --git a/qcsrc/common/mutators/mutator/overkill/sv_overkill.qc b/qcsrc/common/mutators/mutator/overkill/sv_overkill.qc index 1ab45eb28..7b2459869 100644 --- a/qcsrc/common/mutators/mutator/overkill/sv_overkill.qc +++ b/qcsrc/common/mutators/mutator/overkill/sv_overkill.qc @@ -262,8 +262,6 @@ MUTATOR_HOOKFUNCTION(ok, SetStartItems, CBC_ORDER_LAST) if(WEP_OVERKILL_RPC.weaponstart > 0) { ok_start_items |= WEPSET(OVERKILL_RPC); } if(WEP_OVERKILL_HMG.weaponstart > 0) { ok_start_items |= WEPSET(OVERKILL_HMG); } - // this gives unlimited ammo (the 4 types) but not fuel - // using `g_use_ammunition` instead gives also fuel which is unnecessary and distracting in the HUD start_items |= IT_UNLIMITED_AMMO; start_weapons = warmup_start_weapons = ok_start_items; -- 2.39.2