1
0
mirror of https://github.com/JezuzLizard/BO2-Reimagined.git synced 2025-06-10 15:17:57 -05:00

Ray Gun and Ray Gun Mark 2: add clip ammo at the same time that it gets added in the reload animation

Ray Gun: change impact damage from weapon file
This commit is contained in:
Jbleezy
2023-12-19 23:03:30 -08:00
parent 2317e5f62f
commit e09c37ced5
6 changed files with 43 additions and 11 deletions

View File

@ -1417,16 +1417,6 @@ actor_damage_override(inflictor, attacker, damage, flags, meansofdeath, weapon,
final_damage *= 2;
}
if (weapon == "ray_gun_zm" && meansofdeath == "MOD_PROJECTILE")
{
final_damage = 1500;
}
if (weapon == "ray_gun_upgraded_zm" && meansofdeath == "MOD_PROJECTILE")
{
final_damage = 2000;
}
if (weapon == "blundergat_zm")
{
if (!is_true(self.is_brutus))