summaryrefslogtreecommitdiff
path: root/npc/001-2-22/chefgado.txt
diff options
context:
space:
mode:
authorJesusaves <cpntb1@ymail.com>2021-01-09 22:18:14 +0000
committerJesusaves <cpntb1@ymail.com>2021-01-09 22:18:14 +0000
commit94d1b1895a4a746e791f5c0a7dbba9405b36a85d (patch)
tree67d1ead1ca74456f9ba1ed6f815e066148e9f403 /npc/001-2-22/chefgado.txt
parentb12c37346ced0014d3900b2b86c1319cd7d1db80 (diff)
parent2283d32a1cf2961253a6dc63979f5c80e8175f8a (diff)
downloadserverdata-94d1b1895a4a746e791f5c0a7dbba9405b36a85d.tar.gz
serverdata-94d1b1895a4a746e791f5c0a7dbba9405b36a85d.tar.bz2
serverdata-94d1b1895a4a746e791f5c0a7dbba9405b36a85d.tar.xz
serverdata-94d1b1895a4a746e791f5c0a7dbba9405b36a85d.zip
Merge branch 'hocus/deprecate_lg' into 'master'
Prepare serverdata for evol-hercules!31 See merge request evol/serverdata!284
Diffstat (limited to 'npc/001-2-22/chefgado.txt')
-rw-r--r--npc/001-2-22/chefgado.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/npc/001-2-22/chefgado.txt b/npc/001-2-22/chefgado.txt
index b7b46e17..ae95d408 100644
--- a/npc/001-2-22/chefgado.txt
+++ b/npc/001-2-22/chefgado.txt
@@ -31,7 +31,7 @@ function foodQuest {
// FOOD QUEST: BEGIN
.@ally=(getq(ShipQuests_ChefGado) == 4); // TRUE if you helped Gado
mesn;
- mesq (.@ally ? l("I suppose I could. You helped me, after all.") : lg("Why should I help you, traitor?"));
+ mesq (.@ally ? l("I suppose I could. You helped me, after all.") : l("Why should I help you, traitor?"));
next;
// Empty Bowl needed
if (!countitem(EmptyBowl)) {