#W# Added new graphics for farmable reagents.
This commit is contained in:
parent
ac0815868e
commit
61983993b7
10 changed files with 215 additions and 11 deletions
|
|
@ -8,13 +8,13 @@ namespace Server.Items
|
|||
{
|
||||
public static int GetCropID()
|
||||
{
|
||||
return Utility.RandomList( 0x18DF, 0x18E0 );
|
||||
return 0x3FFB;
|
||||
}
|
||||
|
||||
public override Item GetCropObject()
|
||||
{
|
||||
Item item = new MandrakeRoot();
|
||||
item.Amount = 1;
|
||||
item.Amount = 3;
|
||||
return item;
|
||||
}
|
||||
|
||||
|
|
@ -45,4 +45,4 @@ namespace Server.Items
|
|||
int version = reader.ReadEncodedInt();
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue