diff options
Diffstat (limited to 'npc/005-6')
-rw-r--r-- | npc/005-6/zitoni.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/npc/005-6/zitoni.txt b/npc/005-6/zitoni.txt index 1381da49b..060df0577 100644 --- a/npc/005-6/zitoni.txt +++ b/npc/005-6/zitoni.txt @@ -28,8 +28,8 @@ L_Menu: l("Can you reset my stats please?"), l("Do you make any other kind of potions?"), rif(.@q1 == 1 || .@q1 == 2, l("Can you help me with Everburn Powder? I need 5.")), - rif(.@q1 == 3 && countitem(DarkDesertMushroom) >= 1),l("Zarkor sent you this gift. He needs Everburn Powder.")), - rif(.@q1 >= 4),l("Create Everburn Powder.")), + rif(.@q1 == 3 && countitem(DarkDesertMushroom) >= 1,l("Zarkor sent you this gift. He needs Everburn Powder.")), + rif(.@q1 >= 4,l("Create Everburn Powder.")), lg("You are weird, I have to go sorry."); mes ""; |