]> de.git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/commitdiff
Merge branch 'master' into Mario/wepent_experimental
authorMario <mario@smbclan.net>
Wed, 5 Oct 2016 09:16:34 +0000 (19:16 +1000)
committerMario <mario@smbclan.net>
Wed, 5 Oct 2016 09:16:34 +0000 (19:16 +1000)
# Conflicts:
# qcsrc/common/gamemodes/gamemode/nexball/nexball.qc
# qcsrc/common/mutators/mutator/overkill/sv_overkill.qc

1  2 
qcsrc/common/gamemodes/gamemode/nexball/nexball.qc
qcsrc/common/mutators/mutator/overkill/sv_overkill.qc
qcsrc/common/weapons/weapon/devastator.qc
qcsrc/common/weapons/weapon/hook.qc

index caabb28233881c293a674b4ac021b66adff82b00,572261528ed7e100609a4ca69d90c2994fb71493..7201aaa0d8d4c6ecc96e68e21cc16efa5d2059d2
@@@ -285,7 -353,16 +285,7 @@@ MUTATOR_HOOKFUNCTION(ok, FilterItem
        return true;
  }
  
- MUTATOR_HOOKFUNCTION(ok, SetStartItems)
 -MUTATOR_HOOKFUNCTION(ok, SpectateCopy)
 -{
 -      entity spectatee = M_ARGV(0, entity);
 -      entity client = M_ARGV(1, entity);
 -
 -      client.ammo_charge[PS(client).m_weapon.m_id] = spectatee.ammo_charge[PS(spectatee).m_weapon.m_id];
 -      client.ok_use_ammocharge = spectatee.ok_use_ammocharge;
 -}
 -
+ MUTATOR_HOOKFUNCTION(ok, SetStartItems, CBC_ORDER_LAST)
  {
        WepSet ok_start_items = (WEPSET(MACHINEGUN) | WEPSET(VORTEX) | WEPSET(SHOTGUN));
  
Simple merge