diff options
author | ali-g <gauvain.dauchy@free.fr> | 2011-10-26 09:08:28 +0200 |
---|---|---|
committer | Jessica Tölke <jtoelke@mail.upb.de> | 2011-10-27 17:53:11 +0200 |
commit | 93a6825a373973f38da23e199ff37d56fe2a067f (patch) | |
tree | 62c52fa7c23f9ad866997a64a06ca92942d489cb /world/map/npc/009-2/selim.txt | |
parent | 001e4f995dd810f612a96daae88bde871fb3c115 (diff) | |
download | serverdata-93a6825a373973f38da23e199ff37d56fe2a067f.tar.gz serverdata-93a6825a373973f38da23e199ff37d56fe2a067f.tar.bz2 serverdata-93a6825a373973f38da23e199ff37d56fe2a067f.tar.xz serverdata-93a6825a373973f38da23e199ff37d56fe2a067f.zip |
Gave new coordinates to Selim the Dyer (in 009-2) since its spritesheet changed.
Added a line in his dialogue explaining why he wants dyes from the player, even though he has some behind him.
Diffstat (limited to 'world/map/npc/009-2/selim.txt')
-rw-r--r-- | world/map/npc/009-2/selim.txt | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/world/map/npc/009-2/selim.txt b/world/map/npc/009-2/selim.txt index 485a14b3..fef5dcc8 100644 --- a/world/map/npc/009-2/selim.txt +++ b/world/map/npc/009-2/selim.txt @@ -5,7 +5,7 @@ //# # //################################################################################# -009-2.gat,32,104,0|script|Selim|142,{ +009-2.gat,33,105,0|script|Selim|326,{ setarray @all_colours$, "red", "green", "dark blue", "yellow", "light blue", "pink", "black", "orange", "purple", "dark green"; setarray @all_colours_cap$, "Red", "Green", "Dark Blue", "Yellow", "Light Blue", "Pink", "Black", "Orange", "Purple", "Dark Green"; @@ -186,6 +186,7 @@ L_colour: L_no_dye: mes "[Selim]"; mes "\"I would love to dye your " + @name$ + " for you, but you will have to bring me some " + @all_colours$[@colour] + " dye first.\""; + mes "As you can see, I have some behind me but these are fake ones, used as examples.\""; next; menu "Sorry, I meant a different color.", L_colour, |