From 4c79160f1a80007599ae49075f617b79e7fddfa2 Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Sat, 18 May 2024 21:57:03 -0300 Subject: Sorry, I got excited. Add Violet Eggshell Hat, so ML has two unique eggshells --- npc/001-4/lilica.txt | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'npc/001-4') 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; -- cgit v1.2.3-70-g09d2