Heritage items, talismans
This commit is contained in:
parent
e7db1fd9f7
commit
129cac945b
109 changed files with 11659 additions and 188 deletions
|
|
@ -303,7 +303,14 @@ namespace Server
|
|||
|
||||
if( attrs != null )
|
||||
value += attrs[attribute];
|
||||
}
|
||||
}
|
||||
else if ( obj is BaseTalisman )
|
||||
{
|
||||
AosAttributes attrs = ((BaseTalisman)obj).Attributes;
|
||||
|
||||
if (attrs != null)
|
||||
value += attrs[attribute];
|
||||
}
|
||||
}
|
||||
|
||||
return value;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue