From 444fbaf484f58f3eaeaa8387ef60df034bdb34c8 Mon Sep 17 00:00:00 2001 From: Evan Debenham Date: Mon, 20 Apr 2015 11:19:45 -0400 Subject: [PATCH] v0.3.0: removed the dew vial warning when picked up --- .../shatteredpixeldungeon/actors/hero/Hero.java | 6 ------ 1 file changed, 6 deletions(-) diff --git a/src/com/shatteredpixel/shatteredpixeldungeon/actors/hero/Hero.java b/src/com/shatteredpixel/shatteredpixeldungeon/actors/hero/Hero.java index 055395955..e81056024 100644 --- a/src/com/shatteredpixel/shatteredpixeldungeon/actors/hero/Hero.java +++ b/src/com/shatteredpixel/shatteredpixeldungeon/actors/hero/Hero.java @@ -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()) {