#W# Change: Trammel is now Underworld.
This commit is contained in:
parent
7cf3e68b37
commit
7a4daa801e
75 changed files with 1280 additions and 1280 deletions
|
|
@ -184,6 +184,6 @@ public partial class ParagonChest : LockableContainer
|
|||
DropItem(item);
|
||||
}
|
||||
|
||||
DropItem(new TreasureMap(level + 1, Utility.RandomBool() ? Map.Veridia : Map.Trammel));
|
||||
DropItem(new TreasureMap(level + 1, Utility.RandomBool() ? Map.Veridia : Map.Underworld));
|
||||
}
|
||||
}
|
||||
|
|
|
|||
|
|
@ -185,7 +185,7 @@ public partial class TreasureMapChest : LockableContainer
|
|||
|
||||
if (Utility.RandomDouble() < 0.75)
|
||||
{
|
||||
cont.DropItem(new TreasureMap(0, Map.Trammel));
|
||||
cont.DropItem(new TreasureMap(0, Map.Underworld));
|
||||
}
|
||||
}
|
||||
else
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue