fix: Adds CanSeeStaffOnly for staff only items (#739)
This commit is contained in:
parent
862e868cf0
commit
3bfd5c4d3e
4 changed files with 15 additions and 19 deletions
|
|
@ -408,6 +408,8 @@ namespace Server
|
|||
|
||||
public virtual bool IsVirtualItem => false;
|
||||
|
||||
public virtual bool CanSeeStaffOnly(Mobile from) => from.AccessLevel > AccessLevel.Counselor;
|
||||
|
||||
public virtual int LabelNumber
|
||||
{
|
||||
get
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue