From 4896b12e2e52849bab5090bb98da6d7f2c18a8f0 Mon Sep 17 00:00:00 2001 From: Evan Debenham Date: Fri, 29 May 2015 01:21:20 -0400 Subject: [PATCH] v0.3.0b: corrected mage class description --- .../shatteredpixeldungeon/actors/hero/HeroClass.java | 1 - 1 file changed, 1 deletion(-) diff --git a/src/com/shatteredpixel/shatteredpixeldungeon/actors/hero/HeroClass.java b/src/com/shatteredpixel/shatteredpixeldungeon/actors/hero/HeroClass.java index ff0b70d1d..7676c5fd9 100644 --- a/src/com/shatteredpixel/shatteredpixeldungeon/actors/hero/HeroClass.java +++ b/src/com/shatteredpixel/shatteredpixeldungeon/actors/hero/HeroClass.java @@ -60,7 +60,6 @@ public enum HeroClass { "Mages start with a unique Staff, which can be imbued with the properties of a wand.", "The Mage's staff can be used as a melee weapon or a wand, and charges faster than a wand.", "When eaten, any piece of food restores 1 charge for all wands in the inventory.", - "Mages can use wands as a melee weapon.", "Scrolls of Upgrade are identified from the beginning." };