summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--db/re/item_db.conf3
-rw-r--r--npc/commands/motd.txt2
2 files changed, 2 insertions, 3 deletions
diff --git a/db/re/item_db.conf b/db/re/item_db.conf
index 996c21f6e..0b4a2a0e3 100644
--- a/db/re/item_db.conf
+++ b/db/re/item_db.conf
@@ -8425,14 +8425,13 @@ item_db: (
Name: "Right Eye Patch"
Type: "IT_ARMOR"
Buy: 32000
- Sell: 4000
+ Sell: 3500
Weight: 22
Def: 3
Loc: "EQP_HEAD_TOP"
EquipLv: 16
Refine: false
ViewSprite: 2946
- BuyingStore: true
},
// IDs 2947~2982 moved to art/ repo
{
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: