#W# Change: Trammel is now Underworld.

This commit is contained in:
WarrentyExpired 2026-08-31 18:29:10 -04:00
parent 7cf3e68b37
commit 7a4daa801e
75 changed files with 1280 additions and 1280 deletions

View file

@ -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));
}
}

View file

@ -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