Fixed Ghast Tear simple spell. The issue was "!" funny!
This commit is contained in:
parent
3bb1021944
commit
60ae47c499
8 changed files with 582 additions and 6 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue