Skip to content

Commit

Permalink
Updated Shelter instruction and description.
Browse files Browse the repository at this point in the history
  • Loading branch information
xNuminousx committed Jan 25, 2018
1 parent 6a34d96 commit cca4877
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/me/xnuminousx/spirits/config/Handler.java
Original file line number Diff line number Diff line change
Expand Up @@ -55,8 +55,8 @@ public void load() {
langConfig.addDefault("Abilities.LightSpirit.Alleviate.Description", "Use this ability to relieve your friends and allies of their negative potion effects, keep using it and you'll give them a small boost of your own health. If your target moves too far, the ability will cancel.");
langConfig.addDefault("Abilities.LightSpirit.Alleviate.Instructions", "Hold shift while looking at your target");

langConfig.addDefault("Abilities.LightSpirit.Shelter.Description", "A very useful tactic when group battling, a light spirit can temporarily shield a friend or even a foe from incoming enemies.");
langConfig.addDefault("Abilities.LightSpirit.Shelter.Instructions", "Left click");
langConfig.addDefault("Abilities.LightSpirit.Shelter.Description", "A very useful tactic when group battling, a light spirit can temporarily shield a friend or even a foe from incoming enemies. Additionally, they have the options to shield themselves!");
langConfig.addDefault("Abilities.LightSpirit.Shelter.Instructions", "Left click = Shield others | Hold shift = Shield yourself.");

langConfig.addDefault("Abilities.LightSpirit.Sanctity.Description", "Use this to empower yourself with more health, better resistance and the ability to find the light in the dark for a limited period of time.");
langConfig.addDefault("Abilities.LightSpirit.Sanctity.Instructions", "Hold shift until you see the trigger");
Expand Down

0 comments on commit cca4877

Please sign in to comment.