1
0
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:
Jbleezy
2022-01-30 16:43:00 -08:00
parent 764ab7a847
commit b15026f5ef

View File

@ -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;
}
}