v0.3.3: fixed a typo in thief

This commit is contained in:
Evan Debenham 2015-12-16 17:36:32 -05:00
parent 3d8e104b9b
commit 338073a3f3

View File

@ -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() );