Make sure snowballs do 1 health to ensure damage manager picks it up

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

View File

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