• Please make sure you are familiar with the forum rules. You can find them here: https://forums.tripwireinteractive.com/index.php?threads/forum-rules.2334636/

PC v1124 SWAT's Close Combat Training does not work

Category: Code
Summary: There is no damage bonus for 9mm(s) and knife (and neither for all blunt damage types) when Close Combat Training skill is active
Description: Recent change in function ModifyDamageGiven to prevent Doshinegun from working with this skill, line 282:

if( IsBackupActive() && (IsBackupWeapon( KFW ) || IsDual9mm( KFW ) || ClassIsChildOf(DamageType, class'KFDT_Bludgeon')) && (IsDoshinegun(KFW) && DamageType.Name != 'KFDT_Bludgeon_Doshinegun_Shot' ))

Instead of the AND operator there has to be OR
 
Last edited:
  • Like
Reactions: MrtPsr