diff options
-rw-r--r-- | npc/005-4/tolchi.txt | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/npc/005-4/tolchi.txt b/npc/005-4/tolchi.txt index d98782938..a9858e7e1 100644 --- a/npc/005-4/tolchi.txt +++ b/npc/005-4/tolchi.txt @@ -273,7 +273,13 @@ function tolchi_tweaks { next; return; } - // TODO: Aleady slotted + // Aleady slotted + if (getitemoptionidbyindex(.@id, 0) > 0) { + mesn; + mesq l("I'm won't try to improve this masterpiece. Look its options!"); + next; + return; + } // Calculate price .@lv=getiteminfo(.@handle, ITEMINFO_ELV); |