This commit is contained in:
parent
57b345a480
commit
68d742d262
28 changed files with 432 additions and 193 deletions
|
|
@ -51,7 +51,7 @@ namespace Server.Multis
|
|||
|
||||
public override bool IsActive { get { return Customizer == null; } }
|
||||
|
||||
public virtual int CustomizationCost { get { return (Core.SE ? 0 : 10000); } }
|
||||
public virtual int CustomizationCost { get { return (Core.AOS ? 0 : 10000); } }
|
||||
|
||||
public bool IsFixture( Item item )
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue