Merge remote-tracking branch 'origin/master'

This commit is contained in:
Evan Debenham
2014-09-11 10:52:34 -04:00
19 changed files with 24 additions and 18 deletions
@@ -355,6 +355,11 @@ public class Hero extends Char {
return 1f;
}
}
@Override
public void spend( float time ) {
super.spend( time );
};
public void spendAndNext( float time ) {
busy();