1
0
mirror of https://github.com/JezuzLizard/BO2-Reimagined.git synced 2025-06-22 05:00:54 -05:00

Head Chopper: decrease destroy activations to 10

This commit is contained in:
Jbleezy
2023-03-24 16:57:16 -07:00
parent 6f0a709802
commit b3a1bf01a0
2 changed files with 2 additions and 2 deletions

View File

@ -67,7 +67,7 @@ headchopperthink( weapon, electricradius, armed )
weapon.headchopper_kills++;
if ( weapon.headchopper_kills >= 15 )
if ( weapon.headchopper_kills >= 10 )
self thread headchopper_expired( weapon );
while ( isdefined( is_slicing ) && is_slicing )