fix: Consolidates commodity interface for reagents. (#1709)
This commit is contained in:
parent
3332fabc39
commit
f3d1fb82d8
17 changed files with 39 additions and 80 deletions
|
|
@ -3,13 +3,10 @@ using ModernUO.Serialization;
|
|||
namespace Server.Items;
|
||||
|
||||
[SerializationGenerator(0, false)]
|
||||
public partial class NoxCrystal : BaseReagent, ICommodity
|
||||
public partial class NoxCrystal : BaseReagent
|
||||
{
|
||||
[Constructible]
|
||||
public NoxCrystal(int amount = 1) : base(0xF8E, amount)
|
||||
{
|
||||
}
|
||||
|
||||
int ICommodity.DescriptionNumber => LabelNumber;
|
||||
bool ICommodity.IsDeedable => true;
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue