diff --git a/src/com/shatteredpixel/shatteredpixeldungeon/items/weapon/melee/MeleeWeapon.java b/src/com/shatteredpixel/shatteredpixeldungeon/items/weapon/melee/MeleeWeapon.java index 17531cfe7..df2bc4da9 100644 --- a/src/com/shatteredpixel/shatteredpixeldungeon/items/weapon/melee/MeleeWeapon.java +++ b/src/com/shatteredpixel/shatteredpixeldungeon/items/weapon/melee/MeleeWeapon.java @@ -153,7 +153,7 @@ public class MeleeWeapon extends Weapon { } else { if (cursedKnown && cursed) { info.append( p ); - info.append( "You can feel a malevolent magic lurking within " + name +"." ); + info.append( "You can feel a malevolent magic lurking within the " + name +"." ); } }