diff options
author | Reid <reidyaro@gmail.com> | 2012-12-23 18:33:14 +0100 |
---|---|---|
committer | Reid <reidyaro@gmail.com> | 2012-12-23 18:33:14 +0100 |
commit | ab10fd4cedc80777a9b031d6b79e0c2cdd20d7bb (patch) | |
tree | 983bd76db7fdcde92f7795352b7144098042be82 /npc | |
parent | 0b33612ec77edfd6b80241104cb8e55bad328b0b (diff) | |
download | clientdata-ab10fd4cedc80777a9b031d6b79e0c2cdd20d7bb.tar.gz clientdata-ab10fd4cedc80777a9b031d6b79e0c2cdd20d7bb.tar.bz2 clientdata-ab10fd4cedc80777a9b031d6b79e0c2cdd20d7bb.tar.xz clientdata-ab10fd4cedc80777a9b031d6b79e0c2cdd20d7bb.zip |
Change a setq place on chefgado to remove any conflict.
Diffstat (limited to 'npc')
-rw-r--r-- | npc/000-2-1/chefgado.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/npc/000-2-1/chefgado.txt b/npc/000-2-1/chefgado.txt index d6dca584..414a9e66 100644 --- a/npc/000-2-1/chefgado.txt +++ b/npc/000-2-1/chefgado.txt @@ -108,7 +108,6 @@ l_GotAll: delitem "Croconut", 1; delitem "Aquada", 1; delitem "SeaDrops", 1; - setq ShipQuests_ChefGado, 2; mesn; mesq l("Let me see... Crispy legs, disgusting liquids... Let's start!"); @@ -117,6 +116,7 @@ l_GotAll: next; mesq l("Done. Here, take it! Now here is the plan. Go talk with her and offer our beautiful lady a bite of her arrogance!"); + setq ShipQuests_ChefGado, 2; getitem "PoisonedDish", 1; close; |