diff options
Diffstat (limited to 'npc')
-rw-r--r-- | npc/081-1/dungeon.txt | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/npc/081-1/dungeon.txt b/npc/081-1/dungeon.txt index 0e697cf9..d0d87e18 100644 --- a/npc/081-1/dungeon.txt +++ b/npc/081-1/dungeon.txt @@ -17,4 +17,13 @@ OnTouch: end; } +081-1,64,34,0 script #X21_SIGN01 NPC_NO_SPRITE,{ + if (!isChristmas21()) end; + npctalk3 l("Northen Lights Dungeon - Form a party to join or enter alone. Be careful!"); + end; +OnInit: + .distance=5; + end; +} + |