mirror of
https://github.com/JezuzLizard/BO2-Reimagined.git
synced 2025-06-10 07:08:06 -05:00
Double Tap: fix damage
This commit is contained in:
@ -206,7 +206,7 @@ actor_damage_override( inflictor, attacker, damage, flags, meansofdeath, weapon,
|
||||
{
|
||||
if(meansofdeath == "MOD_PISTOL_BULLET" || meansofdeath == "MOD_RIFLE_BULLET")
|
||||
{
|
||||
final_damage *= 0.75; // TODO: change to 1.5 once fixed
|
||||
final_damage *= 1.5;
|
||||
}
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user