Work on demons continues.

This commit is contained in:
WayofTime 2014-11-24 17:22:38 -05:00
parent b661d72f88
commit ce4b571010
8 changed files with 87 additions and 26 deletions

View file

@ -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;