From 124ab2a1cdb344f24170a4d91f7000ebabf39b40 Mon Sep 17 00:00:00 2001 From: Kisuka Date: Mon, 28 Oct 2013 00:42:23 -0700 Subject: Added ability to use constants instead of sprite IDs for NPCs. Converted all npcs to use this. --- npc/quests/quests_lutie.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'npc/quests/quests_lutie.txt') diff --git a/npc/quests/quests_lutie.txt b/npc/quests/quests_lutie.txt index 5d0c7b099..8036e9471 100644 --- a/npc/quests/quests_lutie.txt +++ b/npc/quests/quests_lutie.txt @@ -16,7 +16,7 @@ //= 1.4 Updated NPCs once again. [L0ne_W0lf] //============================================================ -xmas,117,295,4 script Vending Machine Man 704,{ +xmas,117,295,4 script Vending Machine Man 4_M_BIBI,{ mes "[Titicupe]"; mes "Hmm...?"; mes "I, Titicupe, esteemed manager of the Toy Factory and genius inventor, has done it again! I've just created the world's most sophisticated vending machine!"; @@ -138,7 +138,7 @@ xmas,117,295,4 script Vending Machine Man 704,{ } } -xmas,115,297,4 script Vending Machine 111,{ +xmas,115,297,4 script Vending Machine HIDDEN_NPC,{ mes "[Audi]"; mes "^555555Exciting item vending machine. Invented by great Titicupe. Select the desired item and place required items into snowmouth receptacle.^000000"; next; -- cgit v1.2.3-60-g2f50