mirror of
https://github.com/JezuzLizard/Recompilable-gscs-for-BO2-zombies-and-multiplayer.git
synced 2025-06-09 02:17:51 -05:00
_zm_utility.gsc: Fixed some issues.
This commit is contained in:
parent
30bab61abe
commit
5aae3f6c8f
@ -2721,7 +2721,10 @@ set_zombie_var( var, value, is_float, column, is_team_based ) //checked changed
|
|||||||
level.zombie_vars[ team ][ var ] = value;
|
level.zombie_vars[ team ][ var ] = value;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
else level.zombie_vars[ var ] = value;
|
else
|
||||||
|
{
|
||||||
|
level.zombie_vars[ var ] = value;
|
||||||
|
}
|
||||||
return value;
|
return value;
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -4995,7 +4998,7 @@ is_headshot( sweapon, shitloc, smeansofdeath ) //checked changed at own diecreti
|
|||||||
{
|
{
|
||||||
return 1;
|
return 1;
|
||||||
}
|
}
|
||||||
if ( smeansofdeath == "MOD_IMPACT" && issubstr( sweapon, "knife_ballistic" ) )
|
if ( smeansofdeath == "MOD_IMPACT" && issubstr( sweapon, "knife_ballistic" ) && shitloc == "head" )
|
||||||
{
|
{
|
||||||
return 1;
|
return 1;
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user