From 910566230b22e5b3c14f3af9297f6d9bf9499dea Mon Sep 17 00:00:00 2001 From: Evan Debenham Date: Fri, 1 May 2015 08:27:12 -0400 Subject: [PATCH] v0.3.0: corrected bad character in wand of lightning description --- .../shatteredpixeldungeon/items/wands/WandOfLightning.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/com/shatteredpixel/shatteredpixeldungeon/items/wands/WandOfLightning.java b/src/com/shatteredpixel/shatteredpixeldungeon/items/wands/WandOfLightning.java index 122ad5a0f..e9a4ea0d2 100644 --- a/src/com/shatteredpixel/shatteredpixeldungeon/items/wands/WandOfLightning.java +++ b/src/com/shatteredpixel/shatteredpixeldungeon/items/wands/WandOfLightning.java @@ -137,6 +137,6 @@ public class WandOfLightning extends Wand { "Two prongs curve together at the top, and electricity arcs between them.\n\n" + "This wand sends powerful lightning arcing through whatever it is shot at. " + "This electricity can bounce between many adjacent foes, and is more powerful in water. " + - "If you’re too close, you may get shocked as well."; + "If you're too close, you may get shocked as well."; } }