Changes water's fullmoon message (#511)

* Fixes NPE in /b h <element/chi>

* Fixed message sent to target when adding element

When adding someone an element , it didn't send them a message - eg.
"You're now a Waterbender."

* Changes waterbender's full moon message to be more accurate
This commit is contained in:
Archie 2016-07-02 22:35:01 +01:00 committed by OmniCypher
parent f674bac93e
commit 6651be1032

View file

@ -63,7 +63,7 @@ public class ConfigManager {
config.addDefault("Chat.Prefixes.Avatar", "[Avatar]");
config.addDefault("Chat.Prefixes.Nonbender", "[Nonbender]");
config.addDefault("Extras.Water.NightMessage", "You feel the strength of the rising moon empowering your waterbending.");
config.addDefault("Extras.Water.NightMessage", "Your waterbending has become empowered due to the full moon rising.");
config.addDefault("Extras.Water.DayMessage", "You feel the empowering of your waterbending subside as the moon sets.");
config.addDefault("Extras.Fire.NightMessage", "You feel the empowering of your firebending subside as the sun sets.");
config.addDefault("Extras.Fire.DayMessage", "You feel the strength of the rising sun empowering your firebending.");