mirror of
https://github.com/TotalFreedomMC/TF-ProjectKorra.git
synced 2024-12-22 16:05:01 +00:00
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:
parent
f674bac93e
commit
6651be1032
1 changed files with 1 additions and 1 deletions
|
@ -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.");
|
||||
|
|
Loading…
Reference in a new issue