summaryrefslogtreecommitdiff
path: root/npc/001-4
diff options
context:
space:
mode:
Diffstat (limited to 'npc/001-4')
-rw-r--r--npc/001-4/lilica.txt10
1 files changed, 5 insertions, 5 deletions
diff --git a/npc/001-4/lilica.txt b/npc/001-4/lilica.txt
index 92fea4aef..95ccb15eb 100644
--- a/npc/001-4/lilica.txt
+++ b/npc/001-4/lilica.txt
@@ -53,8 +53,8 @@ L_Leader:
close;
L_Quest:
- setarray .@Seasonal, EggshellHat, YellowEggshellHat, RedEggshellHat, GreenEggshellHat, CyanEggshellHat, OrangeEggshellHat, BlueEggshellHat;
- .@Hat=.@Seasonal[gettime(7)%7]; // Magically choose the hat from the array
+ setarray .@Seasonal, EggshellHat, VioletEggshellHat, YellowEggshellHat, RedEggshellHat, GreenEggshellHat, CyanEggshellHat, OrangeEggshellHat, BlueEggshellHat;
+ .@Hat=.@Seasonal[gettime(7)%8]; // Magically choose the hat from the array
mesn;
mesq l("Good choice! This year we're having a @@!", getitemlink(.@Hat));
next;
@@ -262,9 +262,9 @@ OnPayFunds:
OnInit:
tradertype(NST_CUSTOM);
- setarray .@Seasonal, EggshellHat, EggshellHat, GreenEggshellHat, OrangeEggshellHat, BlueEggshellHat, EggshellHat;
- .Hat=.@Seasonal[(gettime(7)+1)%6]; // Magically choose the hat from the array
- .PrevHat=.@Seasonal[(gettime(7)-1)%6]; // Magically choose the hat from the array
+ setarray .@Seasonal, EggshellHat, VioletEggshellHat, YellowEggshellHat, RedEggshellHat, GreenEggshellHat, CyanEggshellHat, OrangeEggshellHat, BlueEggshellHat;
+ .Hat=.@Seasonal[(gettime(7)+1)%8]; // Magically choose the hat from the array
+ .PrevHat=.@Seasonal[(gettime(7)-1)%8]; // Magically choose the hat from the array
// Seasonal item
sellitem .Hat,200;