This commit is contained in:
mark 2009-08-09 07:18:50 +00:00
parent 57b345a480
commit 68d742d262
28 changed files with 432 additions and 193 deletions

View file

@ -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 )
{