summaryrefslogtreecommitdiff
path: root/npc/001-4
diff options
context:
space:
mode:
authorJesusaves <cpntb1@ymail.com>2024-05-18 21:48:21 -0300
committerJesusaves <cpntb1@ymail.com>2024-05-18 21:48:21 -0300
commitfb7a9b4d521ebd03306776785b9dbb31045eaa5f (patch)
tree88c4726c3530210dd57fc651fadc68efbd24965b /npc/001-4
parent6c5be14f7d7b1666fc85357ac7fe98f66f425fcd (diff)
downloadserverdata-fb7a9b4d521ebd03306776785b9dbb31045eaa5f.tar.gz
serverdata-fb7a9b4d521ebd03306776785b9dbb31045eaa5f.tar.bz2
serverdata-fb7a9b4d521ebd03306776785b9dbb31045eaa5f.tar.xz
serverdata-fb7a9b4d521ebd03306776785b9dbb31045eaa5f.zip
Add more Eggshell Hats (Easter Event)
Diffstat (limited to 'npc/001-4')
-rw-r--r--npc/001-4/lilica.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/npc/001-4/lilica.txt b/npc/001-4/lilica.txt
index 70f97644f..92fea4aef 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, EggshellHat, GreenEggshellHat, OrangeEggshellHat, BlueEggshellHat, EggshellHat;
- .@Hat=.@Seasonal[gettime(7)%6]; // Magically choose the hat from the array
+ setarray .@Seasonal, EggshellHat, YellowEggshellHat, RedEggshellHat, GreenEggshellHat, CyanEggshellHat, OrangeEggshellHat, BlueEggshellHat;
+ .@Hat=.@Seasonal[gettime(7)%7]; // Magically choose the hat from the array
mesn;
mesq l("Good choice! This year we're having a @@!", getitemlink(.@Hat));
next;