diff options
Diffstat (limited to 'npc')
-rw-r--r-- | npc/025-4/main.txt | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/npc/025-4/main.txt b/npc/025-4/main.txt index 6d02fccfb..fee335707 100644 --- a/npc/025-4/main.txt +++ b/npc/025-4/main.txt @@ -4,7 +4,7 @@ // Notes: // Player Quest Finale -// The huts doors use 2 tiles, so all NPCs have a duplicate +// The huts doors use 2 tiles, note the 1,0 in touch area config. 025-4,81,77,0 script #MQFinHutA NPC_HIDDEN,1,0,{ end; @@ -42,7 +42,6 @@ OnTouch: } close; } -025-4,82,77,0 duplicate(#MQFinHutA) #MQFinHutA2 NPC_NO_SPRITE 025-4,91,50,0 script #MQFinCtrlA NPC_HIDDEN,0,0,{ end; |