Better melee combat (#542)
* - add: NextMobAttack, EquipCooldown. * - fix: Some combat fixes. * - add: Telebaton. * - add: Stun baton rework. * - tweak: Reduce melee range. * - add: Rework melee block system. * - add: ExaminedEvent.
This commit is contained in:
@@ -265,13 +265,6 @@ public abstract class SharedStunSystem : EntitySystem
|
||||
args.Modifier *= KnockDownModifier;
|
||||
}*/
|
||||
|
||||
//WD EDIT START
|
||||
public bool IsParalyzed(EntityUid uid)
|
||||
{
|
||||
return HasComp<StunnedComponent>(uid) || HasComp<KnockedDownComponent>(uid);
|
||||
}
|
||||
//WD EDIT END
|
||||
|
||||
#region Attempt Event Handling
|
||||
|
||||
private void OnMoveAttempt(EntityUid uid, StunnedComponent stunned, UpdateCanMoveEvent args)
|
||||
|
||||
Reference in New Issue
Block a user