Фиксы (#332)
* - fix: Fix desword flipping on server. * - fix: Fix invalid cult target. * - fix: Fix narsie summon. * - tweak: Weaker heavy attack. * - tweak: Less toy desword stamina damage. * - fix: FrameUpdate. * - tweak: Less blunt bleed.
This commit is contained in:
@@ -22,7 +22,7 @@ public sealed class RandomDamageSystem : EntitySystem
|
||||
{
|
||||
var damage = _random.NextFloat() * ent.Comp.Max;
|
||||
if (args.Direction != null) // Heavy attack
|
||||
damage *= 0.7f;
|
||||
damage *= 0.5f;
|
||||
args.BonusDamage = new DamageSpecifier(_prototypeManager.Index<DamageTypePrototype>("Slash"), damage);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user