Skip to content

Commit

Permalink
Merge pull request runelite#3575 from ypperlig/giantseaweedfix
Browse files Browse the repository at this point in the history
farmingtracker - Change tickrate for giant seaweed from 10 to 5
  • Loading branch information
deathbeam authored Jun 2, 2018
2 parents 21bab1f + d579400 commit b306f45
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ public enum Produce
PALM("Palm", ItemID.COCONUT, 160, 7, 45, 7),

// Special crops
SEAWEED("Seaweed", ItemID.GIANT_SEAWEED, 10, 8, 0, 4),
SEAWEED("Seaweed", ItemID.GIANT_SEAWEED, 5, 8, 0, 4),
TEAK("Teak", ItemID.TEAK_LOGS, 560, 9),
GRAPE("Grape", ItemID.GRAPES, 5, 8, 0, 5),
MUSHROOM("Mushroom", ItemID.MUSHROOM, 40, 7, 0, 7),
Expand Down

0 comments on commit b306f45

Please sign in to comment.