V0.1.1: more work on blandfruit, still not implemented
This commit is contained in:
@@ -34,7 +34,7 @@ public class PotionOfHealing extends Potion {
|
||||
}
|
||||
|
||||
@Override
|
||||
protected void apply( Hero hero ) {
|
||||
public void apply( Hero hero ) {
|
||||
setKnown();
|
||||
heal( Dungeon.hero );
|
||||
GLog.p( "Your wounds heal completely." );
|
||||
|
||||
Reference in New Issue
Block a user