v0.3.3: fixed a typo in thief
This commit is contained in:
parent
3d8e104b9b
commit
338073a3f3
|
@ -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() );
|
||||
|
|
Loading…
Reference in New Issue
Block a user