From 338073a3f3cab8b1cc6feb6eb5cd6c306a0cd4e0 Mon Sep 17 00:00:00 2001 From: Evan Debenham Date: Wed, 16 Dec 2015 17:36:32 -0500 Subject: [PATCH] v0.3.3: fixed a typo in thief --- .../shatteredpixel/shatteredpixeldungeon/actors/mobs/Thief.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/com/shatteredpixel/shatteredpixeldungeon/actors/mobs/Thief.java b/src/com/shatteredpixel/shatteredpixeldungeon/actors/mobs/Thief.java index e2af9667f..2bc24a1ad 100644 --- a/src/com/shatteredpixel/shatteredpixeldungeon/actors/mobs/Thief.java +++ b/src/com/shatteredpixel/shatteredpixeldungeon/actors/mobs/Thief.java @@ -169,7 +169,7 @@ public class Thief extends Mob { "Over time, this place has taken their minds as well as their freedom. " + "Long ago, these crazy thieves and bandits have forgotten who they are and why they steal.\n\n" + "These enemies are more likely to steal and run than they are to fight. " + - "Make sure to keep them in sight, of you might never see your stolen item again."; + "Make sure to keep them in sight, or you might never see your stolen item again."; if (item != null) { desc += String.format( TXT_CARRIES, Utils.capitalize( this.name ), item.name() );