diff options
author | Jesusaves <cpntb1@ymail.com> | 2018-08-09 22:24:30 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2018-08-09 22:24:30 -0300 |
commit | 84ffc419dc71bc333cb6b0a87e4ddd0bee5ea155 (patch) | |
tree | 1af671ad772d433b3ff8da545176b4d4f4cb2365 /npc/commands/motd.txt | |
parent | d856d8e32b7d57ec6e50bd54a54cbed1d8c50b2d (diff) | |
download | serverdata-84ffc419dc71bc333cb6b0a87e4ddd0bee5ea155.tar.gz serverdata-84ffc419dc71bc333cb6b0a87e4ddd0bee5ea155.tar.bz2 serverdata-84ffc419dc71bc333cb6b0a87e4ddd0bee5ea155.tar.xz serverdata-84ffc419dc71bc333cb6b0a87e4ddd0bee5ea155.zip |
Minor tweaks
Diffstat (limited to 'npc/commands/motd.txt')
-rw-r--r-- | npc/commands/motd.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/npc/commands/motd.txt b/npc/commands/motd.txt index 34af15106..4177358f9 100644 --- a/npc/commands/motd.txt +++ b/npc/commands/motd.txt @@ -205,7 +205,7 @@ OnPCLoginEvent: // Your prize is based on season switch (season()) { case AUTUMN: - .@prize=ChocolateDye; break; // Maybe a LightGreenDiamond? Well, even an ElixirOfLife is better! + .@prize=ElixirOfLife; break; case WINTER: .@prize=SilverGift; break; case SPRING: |