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.",