diff options
author | Jesusaves <cpntb1@ymail.com> | 2021-12-22 18:41:12 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2021-12-22 18:41:12 -0300 |
commit | 9403f8e8af2b21d6e26ed6a0d73484a4494f2c12 (patch) | |
tree | 92f9c5b3394782b1522ca5f6d83d7bbaf361ef00 /npc/003-6 | |
parent | 524c0551e98ab2a76e7515cd21eea6b2d88c19be (diff) | |
download | serverdata-9403f8e8af2b21d6e26ed6a0d73484a4494f2c12.tar.gz serverdata-9403f8e8af2b21d6e26ed6a0d73484a4494f2c12.tar.bz2 serverdata-9403f8e8af2b21d6e26ed6a0d73484a4494f2c12.tar.xz serverdata-9403f8e8af2b21d6e26ed6a0d73484a4494f2c12.zip |
Fix some random typo
Diffstat (limited to 'npc/003-6')
-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: |