Work on demons continues.
This commit is contained in:
parent
b661d72f88
commit
ce4b571010
8 changed files with 87 additions and 26 deletions
|
@ -63,8 +63,6 @@ public class SpellEffectRegistry
|
|||
|
||||
public static ComplexSpellEffect getSpellEffect(Class<? extends SpellParadigm> paraClass, ComplexSpellType type, ComplexSpellModifier mod, int power, int potency, int cost)
|
||||
{
|
||||
System.out.println("Debuging");
|
||||
|
||||
if(paraClass == null || type == null || mod == null)
|
||||
{
|
||||
return null;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue