Did some minor bug fixes and updates with some rituals.

This commit is contained in:
WayofTime 2016-11-19 17:06:11 -05:00
parent 841eb2a1df
commit a04c8af550
6 changed files with 30 additions and 18 deletions

View file

@ -77,7 +77,7 @@ public class RitualRegeneration extends Ritual
double corrosiveDrain = 0;
boolean syphonHealth = corrosiveWill >= corrosiveWillDrain;
boolean applyAbsorption = true;
boolean applyAbsorption = false;
float absorptionRate = 1;
int maxAbsorption = 20;
@ -177,7 +177,7 @@ public class RitualRegeneration extends Ritual
@Override
public int getRefreshCost()
{
return 200;
return SACRIFICE_AMOUNT;
}
@Override