Finished the Augments for the Ritual of the Crusher.

This commit is contained in:
WayofTime 2016-11-03 10:52:14 -04:00
parent 655c2880dc
commit da4de55c2e
6 changed files with 206 additions and 10 deletions

View file

@ -228,7 +228,7 @@ public class RitualGreenGrove extends Ritual
corrosiveDrain += corrosiveWillDrain;
}
if (corrosiveWillDrain > 0)
if (corrosiveDrain > 0)
{
WorldDemonWillHandler.drainWill(world, pos, EnumDemonWillType.CORROSIVE, corrosiveDrain, true);
}