From 9403f8e8af2b21d6e26ed6a0d73484a4494f2c12 Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Wed, 22 Dec 2021 18:41:12 -0300 Subject: Fix some random typo --- npc/003-6/cyndala.txt | 4 ++-- 1 file 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: -- cgit v1.2.3-70-g09d2