From: Lyberta Date: Sun, 6 Aug 2017 07:46:50 +0000 (+0300) Subject: Merged Lyberta/TeamplayFixes_ X-Git-Url: https://git.rm.cloudns.org/?a=commitdiff_plain;h=cc545ce8c854f8b28c2a74ca1d9a3c505305624e;p=xonotic%2Fxonotic-data.pk3dir.git Merged Lyberta/TeamplayFixes_ --- cc545ce8c854f8b28c2a74ca1d9a3c505305624e diff --cc qcsrc/common/mutators/mutator/overkill/rpc.qc index afca9517c,e9a5ce2c3..536435d34 --- a/qcsrc/common/mutators/mutator/overkill/rpc.qc +++ b/qcsrc/common/mutators/mutator/overkill/rpc.qc @@@ -8,9 -8,9 +8,9 @@@ void W_RocketPropelledChainsaw_Explode( this.event_damage = func_null; this.takedamage = DAMAGE_NO; - RadiusDamage (this, this.realowner, WEP_CVAR(rpc, damage), WEP_CVAR(rpc, edgedamage), WEP_CVAR(rpc, radius), NULL, NULL, WEP_CVAR(rpc, force), this.projectiledeathtype, directhitentity); + RadiusDamage (this, this.realowner, WEP_CVAR_PRI(rpc, damage), WEP_CVAR_PRI(rpc, edgedamage), WEP_CVAR_PRI(rpc, radius), NULL, NULL, WEP_CVAR_PRI(rpc, force), this.projectiledeathtype, directhitentity); - delete (this); + delete(this); } void W_RocketPropelledChainsaw_Explode_think(entity this) diff --cc qcsrc/server/client.qc index e8e79ebee,e255174c0..eeb6b120b --- a/qcsrc/server/client.qc +++ b/qcsrc/server/client.qc @@@ -1709,11 -1726,8 +1728,10 @@@ void SpectateCopy(entity this, entity s this.superweapons_finished = spectatee.superweapons_finished; STAT(PRESSED_KEYS, this) = STAT(PRESSED_KEYS, spectatee); this.weapons = spectatee.weapons; - this.dual_weapons = spectatee.dual_weapons; this.vortex_charge = spectatee.vortex_charge; this.vortex_chargepool_ammo = spectatee.vortex_chargepool_ammo; + this.okvortex_charge = spectatee.okvortex_charge; + this.okvortex_chargepool_ammo = spectatee.okvortex_chargepool_ammo; this.hagar_load = spectatee.hagar_load; this.arc_heat_percent = spectatee.arc_heat_percent; this.minelayer_mines = spectatee.minelayer_mines;