update fran to cope with alfalfa quest

git-svn-id: svn://svn.code.sf.net/p/crossfire/code/maps/trunk@13243 282e977c-c81d-0410-88c4-b93c2d0d6712
master
cavesomething 2010-05-16 00:44:52 +00:00
parent 48216c05e2
commit 52a82c5aea
2 changed files with 13 additions and 1 deletions

View File

@ -8,7 +8,7 @@ enter_x 22
enter_y 14
msg
Created: 2003-04-27 Avion
Modified: 2010-05-13 Nicolas Weeger
Modified: 2010-05-14 Cavesomething
endmsg
end
arch grass
@ -385,6 +385,13 @@ name scorn/taverns/fran.msg
title Python
slaying /python/dialog/npc_dialog.py
end
arch NPCGift
arch white_key
name Alfalfa's Front Door Key
name_pl Alfalfa's Front Door Keys
slaying alfalfakey
end
end
end
arch woodfloor
x 3

View File

@ -47,6 +47,11 @@
"post": [],
"msg" : ["Ya I work part time at Oled's Cafe too."]
},{
"match" : ["alfalfa"],
"pre" : [["quest", "scorn/OrcDress", "=10"]],
"post": [["giveitem", "Alfalfa's Front Door Key"],["quest", "scorn/OrcDress", "20"]]
"msg" : ["Alfalfa sent you to get the key to her house? Ok then, here you go."]
},{
"match" : ["*"],
"pre" : [],
"post": [],