Finished the Augments for the Ritual of the Crusher.
This commit is contained in:
parent
655c2880dc
commit
da4de55c2e
6 changed files with 206 additions and 10 deletions
|
@ -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);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue