v0.3.0: corrected bad character in wand of lightning description

This commit is contained in:
Evan Debenham 2015-05-01 08:27:12 -04:00
parent 4b680c93ad
commit 910566230b

View File

@ -137,6 +137,6 @@ public class WandOfLightning extends Wand {
"Two prongs curve together at the top, and electricity arcs between them.\n\n" + "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 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. " + "This electricity can bounce between many adjacent foes, and is more powerful in water. " +
"If youre too close, you may get shocked as well."; "If you're too close, you may get shocked as well.";
} }
} }