Fixed Ghast Tear simple spell. The issue was "!" funny!

This commit is contained in:
WayofTime 2015-03-21 10:10:25 -04:00
parent 3bb1021944
commit 60ae47c499
8 changed files with 582 additions and 6 deletions

View file

@ -127,7 +127,7 @@ public class AlchemicalWizardryEventHooks
event.ammount = 0;
}else
{
event.ammount += hp / ratio;
event.ammount -= hp / ratio;
Reagent reagent = APISpellHelper.getPlayerReagentType(player);
OmegaParadigm paradigm = OmegaRegistry.getParadigmForReagent(reagent);
if(paradigm != null)