fix calamity toclafane staff recipe requiring 2x souls of light and no souls of night

This commit is contained in:
2026-01-02 20:17:23 +01:00
parent ab5c5a2d84
commit e797f803c1
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -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
{ {
+1 -1
View File
@@ -1,3 +1,3 @@
displayName = YHT Mod displayName = YHT Mod
author = YouHaveTrouble author = YouHaveTrouble
version = 1.2.0 version = 1.2.1