summaryrefslogtreecommitdiff
path: root/npc/017-3/chef.txt
diff options
context:
space:
mode:
authorJesusaves <cpntb1@ymail.com>2024-02-24 17:48:26 -0300
committerJesusaves <cpntb1@ymail.com>2024-02-24 17:48:26 -0300
commit3eaf46ff711e52a776ac7a5c795772994f6444d8 (patch)
tree1032caa693487c594d6475e5317cd6f0b26173fa /npc/017-3/chef.txt
parent075afe457c551d6725c358651e2a9059b8b1896d (diff)
downloadserverdata-3eaf46ff711e52a776ac7a5c795772994f6444d8.tar.gz
serverdata-3eaf46ff711e52a776ac7a5c795772994f6444d8.tar.bz2
serverdata-3eaf46ff711e52a776ac7a5c795772994f6444d8.tar.xz
serverdata-3eaf46ff711e52a776ac7a5c795772994f6444d8.zip
Fix typo reported by poppet on Dimond's Chef
Diffstat (limited to 'npc/017-3/chef.txt')
-rw-r--r--npc/017-3/chef.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/npc/017-3/chef.txt b/npc/017-3/chef.txt
index a414fbecb..7ecd0d4b4 100644
--- a/npc/017-3/chef.txt
+++ b/npc/017-3/chef.txt
@@ -14,7 +14,7 @@
goto L_Busy;
L_Busy:
- if (getskilllv(TMW2_COOKING) < 0) goto L_Cooking;
+ if (getskilllv(TMW2_COOKING) > 0) goto L_Cooking;
mesn;
mesq l("I'm too busy right now to talk. Dimond's recipes are the best!");
close;