diff options
author | Andrei Karas <akaras@inbox.ru> | 2014-11-04 20:20:25 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2014-11-04 20:20:25 +0300 |
commit | 905dada713af49bb610177c4842685628a1c0a97 (patch) | |
tree | 755a73b2030906476f6c82bfcec4c1f30c299842 /npc/000-2-0 | |
parent | 7de91e970b23a038b3373b09fa597ef83918831b (diff) | |
download | serverdata-905dada713af49bb610177c4842685628a1c0a97.tar.gz serverdata-905dada713af49bb610177c4842685628a1c0a97.tar.bz2 serverdata-905dada713af49bb610177c4842685628a1c0a97.tar.xz serverdata-905dada713af49bb610177c4842685628a1c0a97.zip |
fix some script issues before conversion.evol1
Diffstat (limited to 'npc/000-2-0')
-rw-r--r-- | npc/000-2-0/julia.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/npc/000-2-0/julia.txt b/npc/000-2-0/julia.txt index dec5ed8f..b37efcab 100644 --- a/npc/000-2-0/julia.txt +++ b/npc/000-2-0/julia.txt @@ -208,7 +208,7 @@ L_PoisonJulia: mesq l("Seems yummy! Let me taste it!"); next; mesq l("Hmmm, hm... *cough*, *cough*, *burp*, *cough*. What... What is that?!... *cough*, *burp*... Damn Gado... *cough*"); - if (countitem("PoisonedDish") > 0), delitem "PoisonedDish", 1; + if (countitem("PoisonedDish") > 0) delitem "PoisonedDish", 1; setq ShipQuests_ChefGado, 3; close; |