diff --git a/game/modules/tome/data/general/objects/quest-artifacts.lua b/game/modules/tome/data/general/objects/quest-artifacts.lua
index f82c60525bc20bb3cd7f7ddf1aa8b2a8722c16ea..d362585edd5f65c405004b343567bbc0cb6c6767 100644
--- a/game/modules/tome/data/general/objects/quest-artifacts.lua
+++ b/game/modules/tome/data/general/objects/quest-artifacts.lua
@@ -419,12 +419,13 @@ Items in the chest will not encumber you.]],
 	},
 
 	on_pickup = function(self, who)
-		require("engine.ui.Dialog"):simpleLongPopup("Transmogrification Chest", [[This chest is an extension of Yiilkgur, any items dropped inside is transported to the Fortress, processed by the core and destroyed to extract energy.
-The byproduct of this effect is the creation of gold, which is useless to the Fortress, so it is sent back to you.
+		require("engine.ui.Dialog"):simpleLongPopup("Transmogrification Chest", [[This chest is an extension of old Sher'Tul places of power, any items dropped inside is transported to an other palce, processed and destroyed to extract energy.
+The byproduct of this effect is the creation of gold, which is useless to process, so it is sent back to you.
 
 When you possess the chest all items you walk upon will automatically be put inside and transmogrified when you leave the level.
 To take an item out, simply go to your inventory to move them out of the chest.
 Items in the chest will not encumber you.]], 500)
+		game:setAllowedBuild("birth_transmo_chest", true)
 	end,
 	on_drop = function(self, who)
 		if who == game.player then
diff --git a/game/modules/tome/data/zones/trollmire/npcs.lua b/game/modules/tome/data/zones/trollmire/npcs.lua
index 98b10e340562ce61eb2b8fd4ba9633a986c157c7..523c025a6ddff8870a474030ef7491a8ce8564e6 100644
--- a/game/modules/tome/data/zones/trollmire/npcs.lua
+++ b/game/modules/tome/data/zones/trollmire/npcs.lua
@@ -115,6 +115,7 @@ This is the troll the notes spoke about, no doubt.]],
 	body = { INVEN = 10, MAINHAND=1, OFFHAND=1, BODY=1 },
 	resolvers.equip{ {type="weapon", subtype="greatmaul", defined="GREATMAUL_BILL_TRUNK", random_art_replace={chance=75}, autoreq=true}, },
 	resolvers.drops{chance=100, nb=3, {tome_drops="boss"} },
+	resolvers.drops{chance=100, nb=1, {defined="TRANSMO_CHEST"} },
 
 	resolvers.talents{
 		[Talents.T_RUSH]=4,