Remove IActionBlocker.CanMove (#4449)
* Remove IActionBlocker.CanMove Ported the remainders over to using MovementAttemptEvent which should also help make mob movement a bit faster. * Make that check faster
This commit is contained in:
@@ -29,10 +29,8 @@ namespace Content.Shared.Climbing
|
||||
}
|
||||
}
|
||||
|
||||
bool IActionBlocker.CanMove() => !OwnerIsTransitioning;
|
||||
|
||||
[ViewVariables]
|
||||
protected virtual bool OwnerIsTransitioning
|
||||
public virtual bool OwnerIsTransitioning
|
||||
{
|
||||
get => _ownerIsTransitioning;
|
||||
set
|
||||
|
||||
Reference in New Issue
Block a user