Working on Spell Testing

This commit is contained in:
WayofTime 2014-01-18 21:27:08 -05:00
parent e11b3812dd
commit dc775435bf
7 changed files with 84 additions and 7 deletions

View file

@ -49,6 +49,6 @@ public class SpellParadigmSelf extends SpellParadigm
@Override
public int getDefaultCost()
{
return 0;
return 100;
}
}