#W# Added new graphics for farmable reagents.

This commit is contained in:
WarrentyExpired 2026-07-14 15:44:17 -04:00
parent ac0815868e
commit 61983993b7
10 changed files with 215 additions and 11 deletions

View file

@ -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();
}
}
}
}