diff options
-rw-r--r-- | npc/soren-2/main.txt | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/npc/soren-2/main.txt b/npc/soren-2/main.txt index ae286d6bb..9b413688c 100644 --- a/npc/soren-2/main.txt +++ b/npc/soren-2/main.txt @@ -133,6 +133,10 @@ OnSanctum: .@itemId = rand(CopperOre, TitaniumOre) ; break; } + // Rare drop + if (rand(1,7000) == 1337) + .@itemId=RaidTrousers; + // Core Logic, part 3 // Make Items or Monsters if (.@odds <= 3333) { |