diff options
Diffstat (limited to 'npc/000-2-1')
-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 3fec3046..53664db5 100644 --- a/npc/000-2-1/chefgado.txt +++ b/npc/000-2-1/chefgado.txt @@ -190,7 +190,7 @@ L_Aborting: next; mesq lg("Give me back this dish, you dirty liar!"); - if (countitem("PoisonedDish") > 0), delitem "PoisonedDish", 1; + if (countitem("PoisonedDish") > 0) delitem "PoisonedDish", 1; next; mesq l("You're like the rest of this filthy crew, I can't trust you!"); |