Improved c4

This commit is contained in:
ineedbots 2021-05-14 15:20:15 -06:00
parent 5d9c90cc25
commit 837bec9c73

View File

@ -363,7 +363,11 @@ watchC4Thrown(c4)
break; break;
} }
self notify( "alt_detonate" ); weap = self getCurrentWeapon();
if ( weap != "satchel_charge_mp" )
self notify( "alt_detonate" );
else
self thread pressFire();
} }
/* /*