fixed an error in _zm_weap_tomahawk.gsc

This commit is contained in:
JezuzLizard 2020-06-02 04:00:19 -07:00
parent d6650c8259
commit fec278cb3b
2 changed files with 1 additions and 2 deletions

View File

@ -392,7 +392,7 @@ tomahawk_hit_zombie( ai_zombie, grenade ) //checked matches cerberus output
tag = "J_Spine1";
}
v_target = ai_zombie gettagorigin( tag );
grenade moveto( v_target, 0,3 );
grenade moveto( v_target, 0.3 );
grenade waittill( "movedone" );
if ( isDefined( ai_zombie ) && isalive( ai_zombie ) )
{

View File

@ -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/zstandard.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_craftables.gsc