From 6b4ac9848e6d726087667c183598240ef20277a8 Mon Sep 17 00:00:00 2001 From: Evan Debenham Date: Sat, 7 Mar 2015 21:10:30 -0500 Subject: [PATCH] v0.2.4c: fixed typos --- .../shatteredpixel/shatteredpixeldungeon/items/Honeypot.java | 2 +- .../items/weapon/missiles/MissileWeapon.java | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/com/shatteredpixel/shatteredpixeldungeon/items/Honeypot.java b/src/com/shatteredpixel/shatteredpixeldungeon/items/Honeypot.java index 8735d2f9b..0aabc89a1 100644 --- a/src/com/shatteredpixel/shatteredpixeldungeon/items/Honeypot.java +++ b/src/com/shatteredpixel/shatteredpixeldungeon/items/Honeypot.java @@ -219,7 +219,7 @@ public class Honeypot extends Item { "The pot has been shattered, only the sticky honey that lines its walls is holding it together, and it is slowly coming apart."; if (Actor.findById( myBee ) != null) - info += "\n\nDespite its broken state, the bee still seems quite fond of the pot, and is understandable quite mad."; + info += "\n\nDespite its broken state, the bee still seems quite fond of the pot, and is understandably quite mad."; else info += "\n\nNow that its bee is gone, you can't think of a use for this wad of broken clay and drying honey."; diff --git a/src/com/shatteredpixel/shatteredpixeldungeon/items/weapon/missiles/MissileWeapon.java b/src/com/shatteredpixel/shatteredpixeldungeon/items/weapon/missiles/MissileWeapon.java index 95e67cff5..44427ec04 100644 --- a/src/com/shatteredpixel/shatteredpixeldungeon/items/weapon/missiles/MissileWeapon.java +++ b/src/com/shatteredpixel/shatteredpixeldungeon/items/weapon/missiles/MissileWeapon.java @@ -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." );