Merge remote-tracking branch 'origin/master'
This commit is contained in:
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user