v0.3.0: removed the dew vial warning when picked up
This commit is contained in:
parent
f844ee05d4
commit
444fbaf484
|
@ -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()) {
|
||||
|
|
Loading…
Reference in New Issue
Block a user