Skip to content

Commit

Permalink
Fix: Angry Mob Deals No Damage With AK47
Browse files Browse the repository at this point in the history
  • Loading branch information
commy2 committed Aug 26, 2022
1 parent e1a63a2 commit 5071b7b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Patch104pZH/GameFilesEdited/Data/INI/Weapon.ini
Original file line number Diff line number Diff line change
Expand Up @@ -4710,7 +4710,7 @@ Weapon GLAAngryMobAK47Weapon
DamageType = MOLOTOV_COCKTAIL ;SMALL_ARMS
DeathType = NORMAL
WeaponSpeed = 999999.0 ; dist/sec (huge value == effectively instant)
ProjectileObject = DummyWeaponProjectile
ProjectileObject = NONE
FireFX = WeaponFX_RangerAdvancedCombatRifleFire
VeterancyFireFX = HEROIC WeaponFX_HeroicRangerAdvancedCombatRifleFire
FireSound = AngryMobWeaponAK47
Expand All @@ -4729,7 +4729,7 @@ Weapon GLAAngryMobAK47NoDamageWeapon
DamageType = MOLOTOV_COCKTAIL ;SMALL_ARMS
DeathType = NORMAL
WeaponSpeed = 999999.0 ; dist/sec (huge value == effectively instant)
ProjectileObject = NONE
ProjectileObject = DummyWeaponProjectile
FireFX = WeaponFX_RangerAdvancedCombatRifleFire
VeterancyFireFX = HEROIC WeaponFX_HeroicRangerAdvancedCombatRifleFire
FireSound = AngryMobWeaponAK47
Expand Down

0 comments on commit 5071b7b

Please sign in to comment.