• 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 Berserker's Skirmisher doesn't affect walk speed with Vlad-100 Nailgun and HRG Teslauncher

Category: Code
Summary: Skirmisher adds 20% walk speed and 25% sprint speed with on-perk weapons but with Nailgun or Teslauncher only sprint bonus works. Walk speed is the same as if it was off-perk weapon.
Description:
KFPerk_Berserker.uc ModifySpeed, lines 258-261
Spoiler!

Nailgun and Teslauncher are not IsMeleeWeapon(), this statement should as well contain
|| IsWeaponOnPerk(MyKFWeapon,, self.class))
 
  • Like
Reactions: Humam2104