v0.7.0: fixed some text errors
This commit is contained in:
parent
87626d1daf
commit
e5a704d96e
|
@ -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;
|
||||
}
|
||||
|
||||
|
|
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user