#W# Change: Spinning wheels and looms process the entire stack.

This commit is contained in:
WarrentyExpired 2026-09-21 09:38:11 -04:00
parent 373369c28e
commit 128a40e2c0
5 changed files with 80 additions and 27 deletions

View file

@ -6,11 +6,10 @@ namespace Server.Items;
public partial class FarmableFlax : FarmableCrop
{
[Constructible]
public FarmableFlax() : base(GetCropID())
public FarmableFlax() : base(6810)
{
}
public static int GetCropID() => Utility.Random(6809, 3);
public static int GetCropID() => 6810;
public override Item GetCropObject() =>
new Flax