#W# Change: Spinning wheels and looms process the entire stack.
This commit is contained in:
parent
373369c28e
commit
128a40e2c0
5 changed files with 80 additions and 27 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue