fix: Removes the absurb 6 hour skill edge case and fixes target cancellations (#2212)
This commit is contained in:
parent
ea4080ce0e
commit
14bc38e375
5 changed files with 32 additions and 45 deletions
|
|
@ -661,6 +661,7 @@ public partial class Mobile : IHued, IComparable<Mobile>, ISpawnable, IObjectPro
|
|||
}
|
||||
}
|
||||
|
||||
[CommandProperty(AccessLevel.Administrator)]
|
||||
public long NextActionTime { get; set; }
|
||||
|
||||
public long NextActionMessage { get; set; }
|
||||
|
|
@ -675,6 +676,7 @@ public partial class Mobile : IHued, IComparable<Mobile>, ISpawnable, IObjectPro
|
|||
public virtual bool CanRegenStam => Alive;
|
||||
public virtual bool CanRegenMana => Alive;
|
||||
|
||||
[CommandProperty(AccessLevel.Administrator)]
|
||||
public long NextSkillTime { get; set; }
|
||||
|
||||
public List<AggressorInfo> Aggressors { get; private set; }
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue