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
|
|
@ -28,16 +28,14 @@ namespace Server.Items
|
|||
}
|
||||
}
|
||||
|
||||
public override CraftResource DefaultResource{ get{ return CraftResource.RegularWood; } }
|
||||
|
||||
[Constructable]
|
||||
public RedHangingLantern() : base( 0x24C4 )
|
||||
public RedHangingLantern() : base( 0x24C2 )
|
||||
{
|
||||
Movable = true;
|
||||
Duration = TimeSpan.Zero; // Never burnt out
|
||||
Burning = false;
|
||||
Light = LightType.Circle300;
|
||||
Weight = 1.0;
|
||||
Weight = 3.0;
|
||||
}
|
||||
|
||||
public RedHangingLantern( Serial serial ) : base( serial )
|
||||
|
|
@ -68,9 +66,6 @@ namespace Server.Items
|
|||
{
|
||||
base.Deserialize( reader );
|
||||
int version = reader.ReadInt();
|
||||
|
||||
if ( Weight == 3.0 )
|
||||
Weight = 1.0;
|
||||
}
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue