From e5a704d96efff16eb9ab61a3b55a7081241bd17b Mon Sep 17 00:00:00 2001 From: Evan Debenham Date: Tue, 18 Sep 2018 14:41:38 -0400 Subject: [PATCH] v0.7.0: fixed some text errors --- .../items/artifacts/AlchemistsToolkit.java | 2 +- .../shatteredpixeldungeon/messages/items/items.properties | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/core/src/main/java/com/shatteredpixel/shatteredpixeldungeon/items/artifacts/AlchemistsToolkit.java b/core/src/main/java/com/shatteredpixel/shatteredpixeldungeon/items/artifacts/AlchemistsToolkit.java index f6a326982..29bbdf873 100644 --- a/core/src/main/java/com/shatteredpixel/shatteredpixeldungeon/items/artifacts/AlchemistsToolkit.java +++ b/core/src/main/java/com/shatteredpixel/shatteredpixeldungeon/items/artifacts/AlchemistsToolkit.java @@ -181,7 +181,7 @@ public class AlchemistsToolkit extends Artifact { partialCharge -= 1; if (charge == chargeCap){ - GLog.p( Messages.get(HornOfPlenty.class, "full") ); + GLog.p( Messages.get(AlchemistsToolkit.class, "full") ); partialCharge = 0; } diff --git a/core/src/main/resources/com/shatteredpixel/shatteredpixeldungeon/messages/items/items.properties b/core/src/main/resources/com/shatteredpixel/shatteredpixeldungeon/messages/items/items.properties index 21b8c9e58..102049f25 100644 --- a/core/src/main/resources/com/shatteredpixel/shatteredpixeldungeon/messages/items/items.properties +++ b/core/src/main/resources/com/shatteredpixel/shatteredpixeldungeon/messages/items/items.properties @@ -139,6 +139,7 @@ items.artifacts.alchemiststoolkit.ac_brew=BREW items.artifacts.alchemiststoolkit.not_ready=Your toolkit has not finished warming up. items.artifacts.alchemiststoolkit.cursed=Your cursed toolkit prevents you from using alchemy! items.artifacts.alchemiststoolkit.enemy_near=You cannot do that with enemies nearby. +items.artifacts.alchemiststoolkit.full=Your toolkit is at maximum energy! items.artifacts.alchemiststoolkit.desc=This toolkit contains a number of reagents and herbs along with a small mixing vial, allowing for alchemy on-the-go. items.artifacts.alchemiststoolkit.desc_cursed=The cursed toolkit has bound itself to your side, and refuses to let you use alchemy. items.artifacts.alchemiststoolkit.desc_warming=The toolkit is currently warming up, and will be ready to use after you gain experience. @@ -930,7 +931,7 @@ items.spells.curseinfusion.desc=This spell infuses a piece of equipment with the items.spells.featherfall.name=feather fall items.spells.featherfall.light=You feel light as a feather! -items.spells.featherfall.desc=This spell manipulates gravity's affect on the caster, allowing them to fall great distances without harm for a short time. Each use of the spell will only provide enough protection for one chasm. +items.spells.featherfall.desc=This spell manipulates gravity's effect on the caster, allowing them to fall great distances without harm for a short time. Each use of the spell will only provide enough protection for one chasm. items.spells.spell.ac_cast=CAST