From 4f4a8732108f676dffad22fe92502e3820d3a2bc Mon Sep 17 00:00:00 2001 From: Evan Debenham Date: Mon, 22 Sep 2014 20:28:00 -0400 Subject: [PATCH] V0.2.0c : Updated Dew Vial description --- .../shatteredpixel/shatteredpixeldungeon/items/DewVial.java | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/com/shatteredpixel/shatteredpixeldungeon/items/DewVial.java b/src/com/shatteredpixel/shatteredpixeldungeon/items/DewVial.java index 1537d6a8a..617eae3be 100644 --- a/src/com/shatteredpixel/shatteredpixeldungeon/items/DewVial.java +++ b/src/com/shatteredpixel/shatteredpixeldungeon/items/DewVial.java @@ -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