summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--npc/001-4/lilica.txt4
-rw-r--r--npc/003-1/events.txt2
2 files changed, 4 insertions, 2 deletions
diff --git a/npc/001-4/lilica.txt b/npc/001-4/lilica.txt
index aa1bb6722..621720e41 100644
--- a/npc/001-4/lilica.txt
+++ b/npc/001-4/lilica.txt
@@ -121,9 +121,11 @@ OnPayFunds:
OnInit:
tradertype(NST_CUSTOM);
+ setarray .@Seasonal, EggshellHat, EggshellHat, GreenEggshellHat, OrangeEggshellHat, DarkEggshellHat, EggshellHat;
+ .Hat=.@Seasonal[(gettime(7)+1)%6]; // Magically choose the hat from the array
// Ultra rare items
- sellitem OrangeEggshellHat,200;
+ sellitem .Hat,200;
// Rare and not-so-rare Items
sellitem BunnyEars,50;
diff --git a/npc/003-1/events.txt b/npc/003-1/events.txt
index 85547bdb1..f2c513ec8 100644
--- a/npc/003-1/events.txt
+++ b/npc/003-1/events.txt
@@ -2,7 +2,7 @@
// Author:
// Jesusalva
// Description:
-// The NPCs on this file are for when events end. Must be manually enabled.
+// The NPCs on this file are for when events end.
// Easter
003-1,47,53,0 script Lilica#final NPC_EASTER,{