Polish melee effects (#11653)
* Polish melee effects * adjustments * Animation changes * Fix fist
This commit is contained in:
@@ -119,7 +119,8 @@ namespace Content.Server.Zombies
|
||||
//This is the actual damage of the zombie. We assign the visual appearance
|
||||
//and range here because of stuff we'll find out later
|
||||
var melee = EnsureComp<MeleeWeaponComponent>(target);
|
||||
melee.Animation = zombiecomp.AttackAnimation;
|
||||
melee.ClickAnimation = zombiecomp.AttackAnimation;
|
||||
melee.WideAnimation = zombiecomp.AttackAnimation;
|
||||
melee.Range = 0.75f;
|
||||
|
||||
//We have specific stuff for humanoid zombies because they matter more
|
||||
|
||||
Reference in New Issue
Block a user