From e60424bf15fbd2db244ef3610477255bee01e716 Mon Sep 17 00:00:00 2001 From: Evan Debenham Date: Thu, 14 May 2015 19:37:36 -0400 Subject: [PATCH] v0.3.0: tweaked huntress description --- .../shatteredpixeldungeon/actors/hero/HeroClass.java | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/com/shatteredpixel/shatteredpixeldungeon/actors/hero/HeroClass.java b/src/com/shatteredpixel/shatteredpixeldungeon/actors/hero/HeroClass.java index 8d4f10f11..ff0b70d1d 100644 --- a/src/com/shatteredpixel/shatteredpixeldungeon/actors/hero/HeroClass.java +++ b/src/com/shatteredpixel/shatteredpixeldungeon/actors/hero/HeroClass.java @@ -74,8 +74,7 @@ public enum HeroClass { }; public static final String[] HUN_PERKS = { - "Huntresses start with 15 points of Health.", - "Huntresses start with a unique upgradeable boomerang.", + "Huntresses start with 15 points of Health and a unique upgradeable boomerang.", "Huntresses are proficient with missile weapons, getting bonus damage from excess strength.", "Huntresses are able to recover a single used missile weapon from each enemy.", "Huntresses gain more health from dewdrops.",