diff options
-rw-r--r-- | npc/001-4/lilica.txt | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/npc/001-4/lilica.txt b/npc/001-4/lilica.txt index caca0e412..54f1c097e 100644 --- a/npc/001-4/lilica.txt +++ b/npc/001-4/lilica.txt @@ -91,6 +91,9 @@ OnClock1300: OnInit: .sex = G_OTHER; .distance = 5; + + if ($EVENT$ == "Easter") + sEaster(); end; } |