v0.2.4c: fixed typos

This commit is contained in:
Evan Debenham
2015-03-07 21:10:30 -05:00
parent 6fdb9f3a4f
commit 6b4ac9848e
2 changed files with 2 additions and 2 deletions
@@ -160,7 +160,7 @@ public class MissileWeapon extends Weapon {
}
}
info.append( "\n\nAs this weapon designed to be used at a distance, it is much less accurate if used at melee range.");
info.append( "\n\nAs this weapon is designed to be used at a distance, it is much less accurate if used at melee range.");
if (isEquipped( Dungeon.hero )) {
info.append( "\n\nYou hold the " + name + " at the ready." );