Joshie commit!

This commit is contained in:
WayofTime 2014-01-18 18:05:25 -05:00
parent 87dde1cbe8
commit d7fa34f32e
7 changed files with 82 additions and 16 deletions

View file

@ -90,5 +90,12 @@ public class SpellParadigmProjectile extends SpellParadigm
proj.setEffectList(effectList);
proj.setRicochetMax(ricochetMax);
}
@Override
public int getDefaultCost()
{
// TODO Auto-generated method stub
return 50;
}
}