mirror of
https://github.com/JezuzLizard/Recompilable-gscs-for-BO2-zombies-and-multiplayer.git
synced 2025-06-24 01:27:51 -05:00
fixed an error in _zm_weap_tomahawk.gsc
This commit is contained in:
@ -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 ) )
|
||||
{
|
||||
|
Reference in New Issue
Block a user