From 2074fbe2d0c3cf4c4fcf0d2319073a0332dce7ec Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Tue, 1 Jan 2019 22:18:17 -0200 Subject: Add new statues. Publish an initial schedule for 2019 events (based on annual.md) There is expected annual events for: Jan, Feb, Mar, Apr, May, July, Sep, Dec. No annual event is expected for: June, Aug, Oct, Nov. --- npc/003-0-1/statues.txt | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) (limited to 'npc/003-0-1') diff --git a/npc/003-0-1/statues.txt b/npc/003-0-1/statues.txt index 19c81eb3c..c6db093e5 100644 --- a/npc/003-0-1/statues.txt +++ b/npc/003-0-1/statues.txt @@ -77,3 +77,26 @@ OnInit: end; } + +003-0-1,67,26,0 script #Statue2018 NPC_STATUE_2018,{ + + HallOf2018(); + close; + +OnInit: + .sex = G_OTHER; + .distance = 4; + end; +} + +003-0-1,68,25,0 script #Statue2019 NPC_STATUE_2019,{ + + HallOf2019(); + close; + +OnInit: + .sex = G_OTHER; + .distance = 4; + end; +} + -- cgit v1.2.3-60-g2f50