Skip to content

Commit

Permalink
Add the cactus flower salad to the list of foods that can be in care …
Browse files Browse the repository at this point in the history
…packages
  • Loading branch information
daviscook477 committed Jan 9, 2020
1 parent c83ab6f commit 92514aa
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/RollerSnake/CactusFruitPatches.cs
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,7 @@ public static void Postfix(ref Immigration __instance)
var list = field.GetValue<CarePackageInfo[]>().ToList();

list.Add(new CarePackageInfo(CactusFruitConfig.SeedId, 1f, () => true));
list.Add(new CarePackageInfo(CactusFlowerSaladConfig.Id, 3f, () => GameClock.Instance.GetCycle() >= 48));

field.SetValue(list.ToArray());
}
Expand Down

0 comments on commit 92514aa

Please sign in to comment.