Make sure the snowballs say the name

This commit is contained in:
Sam 2017-12-22 21:30:55 +00:00 committed by Alexander Meech
parent ceb85a9657
commit 6522572fe3

View File

@ -57,6 +57,6 @@ public class PerkSlowSnowball extends Perk
}
Manager.GetCondition().Factory().Slow(GetName(), damagee, damager, 2, 1, false, true, false, false);
event.AddMod("Snowball", 1);
event.AddMod("Snowball", damager.getName(), 1, true);
}
}