V0.1.0 updated potions

potion of frost buffed, now stronger in water & hurts fire elementals
potion of purity buffed, gas immunity significantly longer
This commit is contained in:
Evan Debenham
2014-08-03 17:42:12 -04:00
parent bfe4a59e08
commit 36b4b82454
4 changed files with 13 additions and 4 deletions
@@ -57,7 +57,8 @@ public class PotionOfFrost extends Potion {
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.";
"any creature that contacts it to be frozen in place unable to act and move." +
"The freezing effect is enhanced if the creature is already wet.";
}
@Override