]> git.rm.cloudns.org Git - xonotic/xonotic-data.pk3dir.git/commitdiff
Remove a wrong comment, IT_UNLIMITED_AMMO gives unlimited fuel too
authorterencehill <piuntn@gmail.com>
Tue, 16 Nov 2021 16:46:15 +0000 (17:46 +0100)
committerterencehill <piuntn@gmail.com>
Tue, 16 Nov 2021 16:46:15 +0000 (17:46 +0100)
qcsrc/common/mutators/mutator/overkill/sv_overkill.qc

index 1ab45eb284cc8e2256fb41f7ceb1efad5cf23741..7b2459869d3c60b8de1edf542e16d07e5ce11f36 100644 (file)
@@ -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;