v0.3.0: removed the dew vial warning when picked up

This commit is contained in:
Evan Debenham 2015-04-20 11:19:45 -04:00 committed by Evan Debenham
parent f844ee05d4
commit 444fbaf484

View File

@ -632,12 +632,6 @@ public class Hero extends Char {
} else {
GLog.i( TXT_YOU_NOW_HAVE, item.name() );
}
//Alright, if anyone complains about not knowing the vial doesn't revive
//after this... I'm done, I'm just done.
if (item instanceof DewVial) {
GLog.w("Its revival power seems to have faded.");
}
}
if (!heap.isEmpty()) {