Fix Akihikio's message after completing quest

master
Kevin Zheng 2022-01-09 10:53:14 -06:00
parent d79bf5960e
commit 29fbc6ecf8
1 changed files with 5 additions and 0 deletions

View File

@ -2,6 +2,11 @@
"location": "azumauindo/misc/crashlanding1",
"rules": [
{
"match" : ["*"],
"pre" : [["quest", "quests/Azumauindo", "100"]],
"post" : [],
"msg" : ["Welcome back, $you. Thank you for returning the Kabuto."]
}, {
"match" : ["yes"],
"pre" : [["quest", "quests/Azumauindo", "60"], ["item", "Kabuto of Geisya"]],
"post" : [["takeitem", "Kabuto of Geisya"], ["quest", "quests/Azumauindo", "100"]],