V0.1.1: more work on blandfruit, still not implemented
This commit is contained in:
@@ -29,7 +29,7 @@ public class PotionOfLevitation extends Potion {
|
||||
}
|
||||
|
||||
@Override
|
||||
protected void apply( Hero hero ) {
|
||||
public void apply( Hero hero ) {
|
||||
setKnown();
|
||||
Buff.affect( hero, Levitation.class, Levitation.DURATION );
|
||||
GLog.i( "You float into the air!" );
|
||||
|
||||
Reference in New Issue
Block a user