summaryrefslogtreecommitdiff
path: root/npc/005-4
diff options
context:
space:
mode:
authorJesusaves <cpntb1@ymail.com>2020-05-26 23:22:19 -0300
committerJesusaves <cpntb1@ymail.com>2020-05-26 23:22:19 -0300
commit750ebe84bb822103ae755b45efab471499da4983 (patch)
treedc60a26c98c52e4dec7b15533796051cd8a7060a /npc/005-4
parentc61679fe97d376f5b30ca461203af91d359c8353 (diff)
downloadserverdata-750ebe84bb822103ae755b45efab471499da4983.tar.gz
serverdata-750ebe84bb822103ae755b45efab471499da4983.tar.bz2
serverdata-750ebe84bb822103ae755b45efab471499da4983.tar.xz
serverdata-750ebe84bb822103ae755b45efab471499da4983.zip
Tolchi: No longer tweak items with options
Diffstat (limited to 'npc/005-4')
-rw-r--r--npc/005-4/tolchi.txt8
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);