mirror of
https://github.com/JezuzLizard/BO2-Reimagined.git
synced 2025-06-07 21:59:49 -05:00
Fix placeable mine damage scalar
This commit is contained in:
parent
42eefdc85e
commit
dd853e289a
@ -63,7 +63,7 @@ zombie_damage(mod, hit_location, hit_origin, player, amount, team)
|
||||
|
||||
if (is_placeable_mine(self.damageweapon))
|
||||
{
|
||||
damage = level.round_number * 100;
|
||||
damage = level.round_number * 150;
|
||||
|
||||
if (level.scr_zm_ui_gametype == "zgrief")
|
||||
{
|
||||
|
Loading…
x
Reference in New Issue
Block a user