improved c4

This commit is contained in:
ineedbots 2021-05-14 15:29:22 -06:00
parent ab22dd37cb
commit 30285b8fc9

View File

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