mirror of
https://github.com/JezuzLizard/Recompilable-gscs-for-BO2-zombies-and-multiplayer.git
synced 2025-06-08 01:47:50 -05:00
fixed an error in _zm_weap_tomahawk.gsc
This commit is contained in:
parent
d6650c8259
commit
fec278cb3b
@ -392,7 +392,7 @@ tomahawk_hit_zombie( ai_zombie, grenade ) //checked matches cerberus output
|
|||||||
tag = "J_Spine1";
|
tag = "J_Spine1";
|
||||||
}
|
}
|
||||||
v_target = ai_zombie gettagorigin( tag );
|
v_target = ai_zombie gettagorigin( tag );
|
||||||
grenade moveto( v_target, 0,3 );
|
grenade moveto( v_target, 0.3 );
|
||||||
grenade waittill( "movedone" );
|
grenade waittill( "movedone" );
|
||||||
if ( isDefined( ai_zombie ) && isalive( ai_zombie ) )
|
if ( isDefined( ai_zombie ) && isalive( ai_zombie ) )
|
||||||
{
|
{
|
||||||
|
@ -53,7 +53,6 @@ zm_prison_patch/maps/mp/gametypes_zm/zgrief.gsc
|
|||||||
zm_prison_patch/maps/mp/gametypes_zm/zmeat.gsc
|
zm_prison_patch/maps/mp/gametypes_zm/zmeat.gsc
|
||||||
zm_prison_patch/maps/mp/gametypes_zm/zstandard.gsc
|
zm_prison_patch/maps/mp/gametypes_zm/zstandard.gsc
|
||||||
|
|
||||||
|
|
||||||
zm_prison_patch/maps/mp/zombies/_zm_afterlife.gsc
|
zm_prison_patch/maps/mp/zombies/_zm_afterlife.gsc
|
||||||
zm_prison_patch/maps/mp/zombies/_zm_ai_brutus.gsc
|
zm_prison_patch/maps/mp/zombies/_zm_ai_brutus.gsc
|
||||||
zm_prison_patch/maps/mp/zombies/_zm_craftables.gsc
|
zm_prison_patch/maps/mp/zombies/_zm_craftables.gsc
|
||||||
|
Loading…
x
Reference in New Issue
Block a user