V0.2.1 : made it SUPER CLEAR the dew vial no longer revives

This commit is contained in:
Evan Debenham
2014-10-12 16:40:07 -04:00
parent 56708b36aa
commit 38c80c1038
2 changed files with 12 additions and 2 deletions
@@ -158,12 +158,14 @@ public class DewVial extends Item {
QuickSlot.refresh();
}
//removed as people need a bigger distinction to realize the dew vial doesn't revive.
/*
private static final Glowing WHITE = new Glowing( 0xFFFFCC );
@Override
public Glowing glowing() {
return isFull() ? WHITE : null;
}
}*/
@Override
public String status() {
@@ -177,7 +179,8 @@ public class DewVial extends Item {
"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." +
"\n\nVials like this one used to be imbued with revival magic, " +
"but that power has long since faded.";
"but that power has faded. There still seems to be some residual power " +
"left, perhaps a full vial can bless another revival item.";
}
@Override