cleaned up formatting:
- removed trailing whitespace - changed all leading whitespace to tabs - removed IDE created author comments
This commit is contained in:
@@ -28,7 +28,7 @@ public class PotionOfMight extends PotionOfStrength {
|
||||
name = "Potion of Might";
|
||||
initials = "Mi";
|
||||
|
||||
bones = true;
|
||||
bones = true;
|
||||
}
|
||||
|
||||
@Override
|
||||
@@ -41,7 +41,7 @@ public class PotionOfMight extends PotionOfStrength {
|
||||
hero.sprite.showStatus( CharSprite.POSITIVE, "+1 str, +5 ht" );
|
||||
GLog.p( "Newfound strength surges through your body." );
|
||||
|
||||
Badges.validateStrengthAttained();
|
||||
Badges.validateStrengthAttained();
|
||||
}
|
||||
|
||||
@Override
|
||||
|
||||
Reference in New Issue
Block a user