v0.3.4: externalized potion strings

This commit is contained in:
Evan Debenham
2016-01-02 04:15:12 -05:00
committed by Evan Debenham
parent 4b768ea85c
commit 5ab29b50fa
14 changed files with 92 additions and 168 deletions
@@ -33,10 +33,6 @@ public class PotionOfFrost extends Potion {
private static final int DISTANCE = 2;
{
initials = "Fr";
}
@Override
public void shatter( int cell ) {
@@ -59,14 +55,6 @@ public class PotionOfFrost extends Potion {
}
}
@Override
public String desc() {
return
"Upon exposure to open air this chemical will evaporate into a freezing cloud, causing " +
"any creature that contacts it to be frozen in place unable to act and move. " +
"The freezing effect is much stronger if the environment is wet.";
}
@Override
public int price() {
return isKnown() ? 50 * quantity : super.price();