From cb0a8db666a4ef9ff982298e4ed72c90c2f99269 Mon Sep 17 00:00:00 2001 From: Evan Debenham Date: Thu, 14 May 2015 21:44:53 -0400 Subject: [PATCH] v0.3.0: increased wand usages to know up to 50% of original value (from 25%) --- .../shatteredpixel/shatteredpixeldungeon/items/wands/Wand.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/com/shatteredpixel/shatteredpixeldungeon/items/wands/Wand.java b/src/com/shatteredpixel/shatteredpixeldungeon/items/wands/Wand.java index e041ced64..b67afab56 100644 --- a/src/com/shatteredpixel/shatteredpixeldungeon/items/wands/Wand.java +++ b/src/com/shatteredpixel/shatteredpixeldungeon/items/wands/Wand.java @@ -46,7 +46,7 @@ import com.watabou.utils.Random; public abstract class Wand extends Item { - private static final int USAGES_TO_KNOW = 10; + private static final int USAGES_TO_KNOW = 20; public static final String AC_ZAP = "ZAP";