diff options
author | shennetsind <shennetsind@users.noreply.github.com> | 2013-10-30 14:48:26 -0700 |
---|---|---|
committer | shennetsind <shennetsind@users.noreply.github.com> | 2013-10-30 14:48:26 -0700 |
commit | 566529c819bcf9aeb1bd3a4a691c443c2b88d076 (patch) | |
tree | 5d3448afe67329cc9d650732425f0152ef242e7b /npc/quests/quests_lutie.txt | |
parent | 8039bd169886a4b0583cd1a794fcf61c79626e86 (diff) | |
parent | e9b4aec5eae2bc3454636a71953dcb1e1abb5ee7 (diff) | |
download | hercules-566529c819bcf9aeb1bd3a4a691c443c2b88d076.tar.gz hercules-566529c819bcf9aeb1bd3a4a691c443c2b88d076.tar.bz2 hercules-566529c819bcf9aeb1bd3a4a691c443c2b88d076.tar.xz hercules-566529c819bcf9aeb1bd3a4a691c443c2b88d076.zip |
Merge pull request #210 from kisuka/npc-constants
NPC Constants
Diffstat (limited to 'npc/quests/quests_lutie.txt')
-rw-r--r-- | npc/quests/quests_lutie.txt | 4 |
1 files changed, 2 insertions, 2 deletions
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; |