summaryrefslogtreecommitdiff
path: root/npc/042-5
diff options
context:
space:
mode:
authorJesusaves <cpntb1@ymail.com>2020-05-01 00:33:20 -0300
committerJesusaves <cpntb1@ymail.com>2020-05-01 00:33:20 -0300
commit93d7142a964d9a34c142b0f17d043537534a7f51 (patch)
tree0e809e85a9510b12e914404d1f1e15ec479a735e /npc/042-5
parente49dcbc1ac6c3a5c9f1721c727d75136f812bbec (diff)
downloadserverdata-93d7142a964d9a34c142b0f17d043537534a7f51.tar.gz
serverdata-93d7142a964d9a34c142b0f17d043537534a7f51.tar.bz2
serverdata-93d7142a964d9a34c142b0f17d043537534a7f51.tar.xz
serverdata-93d7142a964d9a34c142b0f17d043537534a7f51.zip
Lockpicks the jail system can provide, but not treasure keys.
Bring plenty.
Diffstat (limited to 'npc/042-5')
-rw-r--r--npc/042-5/ctrl.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/npc/042-5/ctrl.txt b/npc/042-5/ctrl.txt
index 4c8ff01be..4e681c7d5 100644
--- a/npc/042-5/ctrl.txt
+++ b/npc/042-5/ctrl.txt
@@ -154,7 +154,7 @@ function script KamelotTreasure {
mesc l("You find @@ inside!", getitemlink(.@loot));
- // TODO: If itemtype == Armor/Weapon, make it guild bound and put bonus
+ // If itemtype == Armor/Weapon, make it guild bound and put bonus
.@t=getiteminfo(.@loot, ITEMINFO_TYPE);
if (.@t == IT_WEAPON) {
getitembound .@loot, 1, 2;