Commodity deed updates: added bottles, potions, spell scrolls, zoogifungus. fixed filled hue, removed unnecessary desc prop from ICommodity, pre-aos OSI style labels dont need it.

This commit is contained in:
xavier 2010-11-19 18:59:44 +00:00
parent c9101845f5
commit 15c6828541
36 changed files with 79 additions and 271 deletions

View file

@ -6,15 +6,8 @@ namespace Server.Items
{
public class NoxCrystal : BaseReagent, ICommodity
{
string ICommodity.Description
{
get
{
return String.Format( "{0} nox crystal", Amount );
}
}
int ICommodity.DescriptionNumber { get { return LabelNumber; } }
bool ICommodity.IsDeedable { get { return true; } }
[Constructable]
public NoxCrystal() : this( 1 )