I have a custom druid spell system and everything looks to be done correctly except one thing.
Now the weird part is its not consuming Fertile dirt its consuming SpringWater lol ive looked everywhere and cant figure this out lol
Code:
private static SpellInfo m_Info = new SpellInfo(
"Good Berry", "In Mani Oum",
224,
0,
true,
Reagent.FertileDirt
);
Now the weird part is its not consuming Fertile dirt its consuming SpringWater lol ive looked everywhere and cant figure this out lol