summaryrefslogtreecommitdiff
path: root/npc/001-4
diff options
context:
space:
mode:
Diffstat (limited to 'npc/001-4')
-rw-r--r--npc/001-4/lilica.txt4
1 files changed, 3 insertions, 1 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;