From fa0fa33298300d7c7cb61dac3a3d8ac518390ac0 Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Sat, 16 Mar 2019 22:26:21 -0300 Subject: Fix some other Easter-related issues --- npc/001-4/lilica.txt | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'npc/001-4') 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; -- cgit v1.2.3-60-g2f50