diff --git a/Items/ToclafaneStaff.cs b/Items/ToclafaneStaff.cs index bae006e..b2e1ae2 100644 --- a/Items/ToclafaneStaff.cs +++ b/Items/ToclafaneStaff.cs @@ -1,6 +1,7 @@ using Microsoft.Xna.Framework; using Terraria; using Terraria.DataStructures; +using Terraria.GameContent.Creative; using Terraria.ID; using Terraria.ModLoader; using YHTMod.Buffs; @@ -15,6 +16,7 @@ public class ToclafaneStaff : ModItem { Tooltip.SetDefault("Summons a toclafane to remove population for you"); ItemID.Sets.GamepadWholeScreenUseRange[Item.type] = true; // This lets the player target anywhere on the whole screen while using a controller. ItemID.Sets.LockOnIgnoresCollision[Item.type] = true; + CreativeItemSacrificesCatalog.Instance.SacrificeCountNeededByItemId[Type] = 1; } public override void SetDefaults() {