V0.2.0c : Updated Dew Vial description

This commit is contained in:
Evan Debenham
2014-09-22 20:28:00 -04:00
parent 5d23a20cd6
commit 4f4a873210

View File

@@ -175,7 +175,9 @@ public class DewVial extends Item {
return
"You can store excess dew in this tiny vessel for drinking it later. " +
"The more full the vial is, the more each dew drop will heal you. " +
"A full vial is as strong as a potion of healing.";
"A full vial is as strong as a potion of healing." +
"\n\nVials like this one used to be imbued with revival magic, " +
"but that power has long since faded.";
}
@Override