V0.1.1: more work on blandfruit, still not implemented
This commit is contained in:
@@ -26,7 +26,7 @@ public class PotionOfExperience extends Potion {
|
||||
}
|
||||
|
||||
@Override
|
||||
protected void apply( Hero hero ) {
|
||||
public void apply( Hero hero ) {
|
||||
setKnown();
|
||||
hero.earnExp( hero.maxExp() - hero.exp );
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user