diff options
Diffstat (limited to 'npc/003-6/cyndala.txt')
-rw-r--r-- | npc/003-6/cyndala.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/npc/003-6/cyndala.txt b/npc/003-6/cyndala.txt index 05d7f8896..9dd039ff6 100644 --- a/npc/003-6/cyndala.txt +++ b/npc/003-6/cyndala.txt @@ -157,10 +157,10 @@ function remove_cards_from_item return; } - .@item_id = @inventorylist_id[.@item_index]); + .@item_id = @inventorylist_id[.@item_index]; speech S_LAST_NEXT, - l("Your mind is set? You will probably lose all the dyes and/or cards during on the item during this process. You're bleaching a %s by the way.", getitemlink(.@item_id); + l("Your mind is set? You will probably lose all the dyes and/or cards during on the item during this process. You're bleaching a %s by the way.", getitemlink(.@item_id)); switch (askyesno()) { case ASK_YES: |