mirror of
https://github.com/YouHaveTrouble/YHTMod.git
synced 2026-05-12 05:56:56 +00:00
fix calamity toclafane staff recipe requiring 2x souls of light and no souls of night
This commit is contained in:
@@ -76,7 +76,7 @@ public class ToclafaneStaff : ModItem
|
|||||||
{
|
{
|
||||||
recipe.AddRecipeGroup(tier2BarGroup, 35);
|
recipe.AddRecipeGroup(tier2BarGroup, 35);
|
||||||
recipe.AddIngredient(ItemID.SoulofLight, 10);
|
recipe.AddIngredient(ItemID.SoulofLight, 10);
|
||||||
recipe.AddIngredient(ItemID.SoulofLight, 10);
|
recipe.AddIngredient(ItemID.SoulofNight, 10);
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user