]> de.git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/commitdiff
Keep infinite ammo playing overkill in whatever gametype
authorterencehill <piuntn@gmail.com>
Wed, 21 Sep 2016 18:13:01 +0000 (20:13 +0200)
committerterencehill <piuntn@gmail.com>
Wed, 21 Sep 2016 18:13:01 +0000 (20:13 +0200)
qcsrc/common/mutators/mutator/overkill/sv_overkill.qc

index ea7ed953ce45aa86ed3193740c8c3cf0edb968a0..572261528ed7e100609a4ca69d90c2994fb71493 100644 (file)
@@ -362,7 +362,7 @@ MUTATOR_HOOKFUNCTION(ok, SpectateCopy)
        client.ok_use_ammocharge = spectatee.ok_use_ammocharge;
 }
 
-MUTATOR_HOOKFUNCTION(ok, SetStartItems)
+MUTATOR_HOOKFUNCTION(ok, SetStartItems, CBC_ORDER_LAST)
 {
        WepSet ok_start_items = (WEPSET(MACHINEGUN) | WEPSET(VORTEX) | WEPSET(SHOTGUN));