revert crafting updates of SVN538. Per Mark: changing baseclasses is a bad idea.
This commit is contained in:
parent
7399519cf7
commit
e86794c4e6
130 changed files with 1007 additions and 4906 deletions
|
|
@ -336,14 +336,9 @@ namespace Server.Items
|
|||
{
|
||||
public override BaseAddonDeed Deed{ get{ return new BallotBoxDeed(); } }
|
||||
|
||||
public BallotBoxAddon() : this( 0 )
|
||||
{
|
||||
}
|
||||
|
||||
public BallotBoxAddon( int hue )
|
||||
public BallotBoxAddon()
|
||||
{
|
||||
AddComponent( new BallotBox(), 0, 0, 0 );
|
||||
Hue = hue;
|
||||
}
|
||||
|
||||
public BallotBoxAddon( Serial serial ) : base( serial )
|
||||
|
|
@ -367,7 +362,7 @@ namespace Server.Items
|
|||
|
||||
public class BallotBoxDeed : BaseAddonDeed
|
||||
{
|
||||
public override BaseAddon Addon{ get{ return new BallotBoxAddon( Hue ); } }
|
||||
public override BaseAddon Addon{ get{ return new BallotBoxAddon(); } }
|
||||
|
||||
public override int LabelNumber{ get{ return 1044327; } } // ballot box
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue