diff options
Diffstat (limited to 'npc/026-1')
-rw-r--r-- | npc/026-1/evil_guard.txt | 1 | ||||
-rw-r--r-- | npc/026-1/headless_man.txt | 1 | ||||
-rw-r--r-- | npc/026-1/husband.txt | 1 | ||||
-rw-r--r-- | npc/026-1/traveler.txt | 1 |
4 files changed, 4 insertions, 0 deletions
diff --git a/npc/026-1/evil_guard.txt b/npc/026-1/evil_guard.txt index 8f6e3c09..df3b2c7f 100644 --- a/npc/026-1/evil_guard.txt +++ b/npc/026-1/evil_guard.txt @@ -1,4 +1,5 @@ 026-1,50,32,0 script Blackwin NPC316,{ + XMAS21_NPC(); mes "..."; next; mes "The guard glares at you, silently daring you to try something."; diff --git a/npc/026-1/headless_man.txt b/npc/026-1/headless_man.txt index f70809de..e1307008 100644 --- a/npc/026-1/headless_man.txt +++ b/npc/026-1/headless_man.txt @@ -1,5 +1,6 @@ 026-1,34,30,0 script Thurstan NPC318,{ + XMAS21_NPC(); @Graveyard_Inn_MASK = NIBBLE_6_MASK; @Graveyard_Inn_SHIFT = NIBBLE_6_SHIFT; diff --git a/npc/026-1/husband.txt b/npc/026-1/husband.txt index 922a554c..48a1af6a 100644 --- a/npc/026-1/husband.txt +++ b/npc/026-1/husband.txt @@ -1,5 +1,6 @@ 026-1,40,41,0 script Hamond NPC319,{ + XMAS21_NPC(); @Graveyard_Inn_MASK = NIBBLE_3_MASK; @Graveyard_Inn_SHIFT = NIBBLE_3_SHIFT; diff --git a/npc/026-1/traveler.txt b/npc/026-1/traveler.txt index 1f263fe7..97466338 100644 --- a/npc/026-1/traveler.txt +++ b/npc/026-1/traveler.txt @@ -1,5 +1,6 @@ 026-1,49,46,0 script Styx the Traveler NPC103,{ + XMAS21_NPC(); @npcname$ = "Styx"; @NpcTravelBit = $@graveyard_bit; callfunc "Traveler"; |