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 +++- npc/003-1/events.txt | 2 +- 2 files changed, 4 insertions(+), 2 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; diff --git a/npc/003-1/events.txt b/npc/003-1/events.txt index 85547bdb1..f2c513ec8 100644 --- a/npc/003-1/events.txt +++ b/npc/003-1/events.txt @@ -2,7 +2,7 @@ // Author: // Jesusalva // Description: -// The NPCs on this file are for when events end. Must be manually enabled. +// The NPCs on this file are for when events end. // Easter 003-1,47,53,0 script Lilica#final NPC_EASTER,{ -- cgit v1.2.3-60-g2f50