Skip to content

Commit

Permalink
Remove Lead Wizard recipe
Browse files Browse the repository at this point in the history
Finally, no more banner recipe errors (hopefully)
  • Loading branch information
Lurrae authored Apr 26, 2022
1 parent 6bc4e8f commit b989cde
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion FargoRecipes.cs
Original file line number Diff line number Diff line change
Expand Up @@ -680,7 +680,7 @@ void AddGroupToItemRecipe(string group, int result, int station = TileID.Solidif
Mod calamity = ModLoader.GetMod("CalamityMod");

AddBannerToItemRecipe(calamity.ItemType("AngryDogBanner"), calamity.ItemType("Cryophobia"), 2);
AddBannerToItemRecipe(calamity.ItemType("ArmoredDiggerBanner"), calamity.ItemType("LeadWizard"));
//AddBannerToItemRecipe(calamity.ItemType("ArmoredDiggerBanner"), calamity.ItemType("LeadWizard"));
AddBannerToItemRecipe(calamity.ItemType("CnidrionBanner"), calamity.ItemType("TheTransformer"), 2);
AddBannerToItemRecipe(calamity.ItemType("CrystalCrawlerBanner"), calamity.ItemType("CrystalBlade"));
AddBannerToItemRecipe(calamity.ItemType("CuttlefishBanner"), calamity.ItemType("InkBomb"));
Expand Down

0 comments on commit b989cde

Please sign in to comment.