diff options
author | Jesusaves <cpntb1@ymail.com> | 2020-05-01 00:33:20 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2020-05-01 00:33:20 -0300 |
commit | 93d7142a964d9a34c142b0f17d043537534a7f51 (patch) | |
tree | 0e809e85a9510b12e914404d1f1e15ec479a735e /npc/042-5/ctrl.txt | |
parent | e49dcbc1ac6c3a5c9f1721c727d75136f812bbec (diff) | |
download | serverdata-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/ctrl.txt')
-rw-r--r-- | npc/042-5/ctrl.txt | 2 |
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; |