summaryrefslogtreecommitdiff
path: root/npc/003-0-1/statues.txt
diff options
context:
space:
mode:
Diffstat (limited to 'npc/003-0-1/statues.txt')
-rw-r--r--npc/003-0-1/statues.txt23
1 files changed, 23 insertions, 0 deletions
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;
+}
+