From 3e7a78e86c16f30a868f0a5156cb10eca4e1bbaa Mon Sep 17 00:00:00 2001 From: Evan Debenham Date: Wed, 15 Jun 2016 17:52:37 -0400 Subject: [PATCH] v0.4.0: fixed a typo with grim weapons --- .../shatteredpixeldungeon/messages/items/items.properties | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/com/shatteredpixel/shatteredpixeldungeon/messages/items/items.properties b/src/com/shatteredpixel/shatteredpixeldungeon/messages/items/items.properties index 369dcf6cf..f65ce5806 100644 --- a/src/com/shatteredpixel/shatteredpixeldungeon/messages/items/items.properties +++ b/src/com/shatteredpixel/shatteredpixeldungeon/messages/items/items.properties @@ -737,7 +737,7 @@ items.weapon.enchantments.eldritch.name=eldritch %s items.weapon.enchantments.eldritch.desc=Eldritch weapons strike fear into enemies, causing them to flee from the attacker. items.weapon.enchantments.grim.name=grim %s -items.weapon.enchantments.grim.desc=This powerful enchantment posses the power to instantly execute an enemy. The effect is more likely to occur the weaker the enemy is. +items.weapon.enchantments.grim.desc=This powerful enchantment possesses the power to instantly execute an enemy. The effect is more likely to occur the weaker the enemy is. items.weapon.enchantments.lucky.name=lucky %s items.weapon.enchantments.lucky.desc=With this enchantment a weapon will either deal its maximum or minimum damage, never an amount in between.