<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://nethackwiki.com/index.php?action=history&amp;feed=atom&amp;title=Talk%3ATroll_mummy</id>
	<title>Talk:Troll mummy - Revision history</title>
	<link rel="self" type="application/atom+xml" href="https://nethackwiki.com/index.php?action=history&amp;feed=atom&amp;title=Talk%3ATroll_mummy"/>
	<link rel="alternate" type="text/html" href="https://nethackwiki.com/index.php?title=Talk:Troll_mummy&amp;action=history"/>
	<updated>2026-07-21T16:03:29Z</updated>
	<subtitle>Revision history for this page on the wiki</subtitle>
	<generator>MediaWiki 1.32.5</generator>
	<entry>
		<id>https://nethackwiki.com/index.php?title=Talk:Troll_mummy&amp;diff=69780&amp;oldid=prev</id>
		<title>Qazmlpok at 12:44, 5 April 2011</title>
		<link rel="alternate" type="text/html" href="https://nethackwiki.com/index.php?title=Talk:Troll_mummy&amp;diff=69780&amp;oldid=prev"/>
		<updated>2011-04-05T12:44:15Z</updated>

		<summary type="html">&lt;p&gt;&lt;/p&gt;
&lt;table class=&quot;diff diff-contentalign-left&quot; data-mw=&quot;interface&quot;&gt;
				&lt;col class=&quot;diff-marker&quot; /&gt;
				&lt;col class=&quot;diff-content&quot; /&gt;
				&lt;col class=&quot;diff-marker&quot; /&gt;
				&lt;col class=&quot;diff-content&quot; /&gt;
				&lt;tr class=&quot;diff-title&quot; lang=&quot;en&quot;&gt;
				&lt;td colspan=&quot;2&quot; style=&quot;background-color: #fff; color: #222; text-align: center;&quot;&gt;← Older revision&lt;/td&gt;
				&lt;td colspan=&quot;2&quot; style=&quot;background-color: #fff; color: #222; text-align: center;&quot;&gt;Revision as of 12:44, 5 April 2011&lt;/td&gt;
				&lt;/tr&gt;&lt;tr&gt;&lt;td colspan=&quot;2&quot; class=&quot;diff-lineno&quot; id=&quot;mw-diff-left-l6&quot; &gt;Line 6:&lt;/td&gt;
&lt;td colspan=&quot;2&quot; class=&quot;diff-lineno&quot;&gt;Line 6:&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td class='diff-marker'&gt; &lt;/td&gt;&lt;td style=&quot;background-color: #f8f9fa; color: #222; font-size: 88%; border-style: solid; border-width: 1px 1px 1px 4px; border-radius: 0.33em; border-color: #eaecf0; vertical-align: top; white-space: pre-wrap;&quot;&gt;&lt;div&gt;:Isn't troll reviving tied to corpse age (i.e. once they hit 50 turns old, they won't revive on their own)?  It's my understanding that the Riders will stay down if you deny them a place to resurrect for 50 turns, and I think they share some code with trolls.  If so, you wouldn't expect an undead troll to ever rise from the dead. --[[User:Darth l33t|Darth l33t]] 07:49, 5 April 2011 (UTC)&lt;/div&gt;&lt;/td&gt;&lt;td class='diff-marker'&gt; &lt;/td&gt;&lt;td style=&quot;background-color: #f8f9fa; color: #222; font-size: 88%; border-style: solid; border-width: 1px 1px 1px 4px; border-radius: 0.33em; border-color: #eaecf0; vertical-align: top; white-space: pre-wrap;&quot;&gt;&lt;div&gt;:Isn't troll reviving tied to corpse age (i.e. once they hit 50 turns old, they won't revive on their own)?  It's my understanding that the Riders will stay down if you deny them a place to resurrect for 50 turns, and I think they share some code with trolls.  If so, you wouldn't expect an undead troll to ever rise from the dead. --[[User:Darth l33t|Darth l33t]] 07:49, 5 April 2011 (UTC)&lt;/div&gt;&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td class='diff-marker'&gt; &lt;/td&gt;&lt;td style=&quot;background-color: #f8f9fa; color: #222; font-size: 88%; border-style: solid; border-width: 1px 1px 1px 4px; border-radius: 0.33em; border-color: #eaecf0; vertical-align: top; white-space: pre-wrap;&quot;&gt;&lt;div&gt;::That's right. {{sourcecode|mon.c|239}}, {{sourcecode|mkobj.c|675}}, {{sourcecode|timeout.c|1426}} --[[User:Tjr|Tjr]] 12:28, 5 April 2011 (UTC)&lt;/div&gt;&lt;/td&gt;&lt;td class='diff-marker'&gt; &lt;/td&gt;&lt;td style=&quot;background-color: #f8f9fa; color: #222; font-size: 88%; border-style: solid; border-width: 1px 1px 1px 4px; border-radius: 0.33em; border-color: #eaecf0; vertical-align: top; white-space: pre-wrap;&quot;&gt;&lt;div&gt;::That's right. {{sourcecode|mon.c|239}}, {{sourcecode|mkobj.c|675}}, {{sourcecode|timeout.c|1426}} --[[User:Tjr|Tjr]] 12:28, 5 April 2011 (UTC)&lt;/div&gt;&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td colspan=&quot;2&quot;&gt; &lt;/td&gt;&lt;td class='diff-marker'&gt;+&lt;/td&gt;&lt;td style=&quot;color: #222; font-size: 88%; border-style: solid; border-width: 1px 1px 1px 4px; border-radius: 0.33em; border-color: #a3d3ff; vertical-align: top; white-space: pre-wrap;&quot;&gt;&lt;div&gt;&lt;ins style=&quot;font-weight: bold; text-decoration: none;&quot;&gt;:::Note that TAINT_AGE is just a constant. It doesn't actually check the age of the corpse. The code in mkobj just determines when this troll will revive, between 2 and 50 turns into the future. It is simply assumed that the corpse is fresh, since normally a corpse is generated fresh. Corpse age is only checked for rotting away (line 661). Also, being an M doesn't matter because the corpse itself is a T. -- [[User:Qazmlpok|Qazmlpok]] 12:44, 5 April 2011 (UTC)&lt;/ins&gt;&lt;/div&gt;&lt;/td&gt;&lt;/tr&gt;
&lt;/table&gt;</summary>
		<author><name>Qazmlpok</name></author>
		
	</entry>
	<entry>
		<id>https://nethackwiki.com/index.php?title=Talk:Troll_mummy&amp;diff=69779&amp;oldid=prev</id>
		<title>Tjr at 12:34, 5 April 2011</title>
		<link rel="alternate" type="text/html" href="https://nethackwiki.com/index.php?title=Talk:Troll_mummy&amp;diff=69779&amp;oldid=prev"/>
		<updated>2011-04-05T12:34:55Z</updated>

		<summary type="html">&lt;p&gt;&lt;/p&gt;
&lt;table class=&quot;diff diff-contentalign-left&quot; data-mw=&quot;interface&quot;&gt;
				&lt;col class=&quot;diff-marker&quot; /&gt;
				&lt;col class=&quot;diff-content&quot; /&gt;
				&lt;col class=&quot;diff-marker&quot; /&gt;
				&lt;col class=&quot;diff-content&quot; /&gt;
				&lt;tr class=&quot;diff-title&quot; lang=&quot;en&quot;&gt;
				&lt;td colspan=&quot;2&quot; style=&quot;background-color: #fff; color: #222; text-align: center;&quot;&gt;← Older revision&lt;/td&gt;
				&lt;td colspan=&quot;2&quot; style=&quot;background-color: #fff; color: #222; text-align: center;&quot;&gt;Revision as of 12:34, 5 April 2011&lt;/td&gt;
				&lt;/tr&gt;&lt;tr&gt;&lt;td colspan=&quot;2&quot; class=&quot;diff-lineno&quot; id=&quot;mw-diff-left-l5&quot; &gt;Line 5:&lt;/td&gt;
&lt;td colspan=&quot;2&quot; class=&quot;diff-lineno&quot;&gt;Line 5:&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td class='diff-marker'&gt; &lt;/td&gt;&lt;td style=&quot;background-color: #f8f9fa; color: #222; font-size: 88%; border-style: solid; border-width: 1px 1px 1px 4px; border-radius: 0.33em; border-color: #eaecf0; vertical-align: top; white-space: pre-wrap;&quot;&gt;&lt;div&gt;::I haven't seen anything special to prevent a troll mummy from reviving due to being a pet or being summoned by spell. Tame trolls in vanilla definitely have the normal chances of reviving, so I imagine it would carry over to the mummies. I think it's just pure chance. -- [[User:Qazmlpok|Qazmlpok]] 19:23, 4 April 2011 (UTC)&lt;/div&gt;&lt;/td&gt;&lt;td class='diff-marker'&gt; &lt;/td&gt;&lt;td style=&quot;background-color: #f8f9fa; color: #222; font-size: 88%; border-style: solid; border-width: 1px 1px 1px 4px; border-radius: 0.33em; border-color: #eaecf0; vertical-align: top; white-space: pre-wrap;&quot;&gt;&lt;div&gt;::I haven't seen anything special to prevent a troll mummy from reviving due to being a pet or being summoned by spell. Tame trolls in vanilla definitely have the normal chances of reviving, so I imagine it would carry over to the mummies. I think it's just pure chance. -- [[User:Qazmlpok|Qazmlpok]] 19:23, 4 April 2011 (UTC)&lt;/div&gt;&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td class='diff-marker'&gt; &lt;/td&gt;&lt;td style=&quot;background-color: #f8f9fa; color: #222; font-size: 88%; border-style: solid; border-width: 1px 1px 1px 4px; border-radius: 0.33em; border-color: #eaecf0; vertical-align: top; white-space: pre-wrap;&quot;&gt;&lt;div&gt;:Isn't troll reviving tied to corpse age (i.e. once they hit 50 turns old, they won't revive on their own)?  It's my understanding that the Riders will stay down if you deny them a place to resurrect for 50 turns, and I think they share some code with trolls.  If so, you wouldn't expect an undead troll to ever rise from the dead. --[[User:Darth l33t|Darth l33t]] 07:49, 5 April 2011 (UTC)&lt;/div&gt;&lt;/td&gt;&lt;td class='diff-marker'&gt; &lt;/td&gt;&lt;td style=&quot;background-color: #f8f9fa; color: #222; font-size: 88%; border-style: solid; border-width: 1px 1px 1px 4px; border-radius: 0.33em; border-color: #eaecf0; vertical-align: top; white-space: pre-wrap;&quot;&gt;&lt;div&gt;:Isn't troll reviving tied to corpse age (i.e. once they hit 50 turns old, they won't revive on their own)?  It's my understanding that the Riders will stay down if you deny them a place to resurrect for 50 turns, and I think they share some code with trolls.  If so, you wouldn't expect an undead troll to ever rise from the dead. --[[User:Darth l33t|Darth l33t]] 07:49, 5 April 2011 (UTC)&lt;/div&gt;&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td class='diff-marker'&gt;−&lt;/td&gt;&lt;td style=&quot;color: #222; font-size: 88%; border-style: solid; border-width: 1px 1px 1px 4px; border-radius: 0.33em; border-color: #ffe49c; vertical-align: top; white-space: pre-wrap;&quot;&gt;&lt;div&gt;::That's right. {{sourcecode|mon.c|239}}, {{sourcecode|mkobj.c|675}} --[[User:Tjr|Tjr]] 12:28, 5 April 2011 (UTC)&lt;/div&gt;&lt;/td&gt;&lt;td class='diff-marker'&gt;+&lt;/td&gt;&lt;td style=&quot;color: #222; font-size: 88%; border-style: solid; border-width: 1px 1px 1px 4px; border-radius: 0.33em; border-color: #a3d3ff; vertical-align: top; white-space: pre-wrap;&quot;&gt;&lt;div&gt;::That's right. {{sourcecode|mon.c|239}}, {{sourcecode|mkobj.c|675&lt;ins class=&quot;diffchange diffchange-inline&quot;&gt;}}, {{sourcecode|timeout.c|1426&lt;/ins&gt;}} --[[User:Tjr|Tjr]] 12:28, 5 April 2011 (UTC)&lt;/div&gt;&lt;/td&gt;&lt;/tr&gt;
&lt;/table&gt;</summary>
		<author><name>Tjr</name></author>
		
	</entry>
	<entry>
		<id>https://nethackwiki.com/index.php?title=Talk:Troll_mummy&amp;diff=69777&amp;oldid=prev</id>
		<title>Tjr: correct</title>
		<link rel="alternate" type="text/html" href="https://nethackwiki.com/index.php?title=Talk:Troll_mummy&amp;diff=69777&amp;oldid=prev"/>
		<updated>2011-04-05T12:28:31Z</updated>

		<summary type="html">&lt;p&gt;correct&lt;/p&gt;
&lt;table class=&quot;diff diff-contentalign-left&quot; data-mw=&quot;interface&quot;&gt;
				&lt;col class=&quot;diff-marker&quot; /&gt;
				&lt;col class=&quot;diff-content&quot; /&gt;
				&lt;col class=&quot;diff-marker&quot; /&gt;
				&lt;col class=&quot;diff-content&quot; /&gt;
				&lt;tr class=&quot;diff-title&quot; lang=&quot;en&quot;&gt;
				&lt;td colspan=&quot;2&quot; style=&quot;background-color: #fff; color: #222; text-align: center;&quot;&gt;← Older revision&lt;/td&gt;
				&lt;td colspan=&quot;2&quot; style=&quot;background-color: #fff; color: #222; text-align: center;&quot;&gt;Revision as of 12:28, 5 April 2011&lt;/td&gt;
				&lt;/tr&gt;&lt;tr&gt;&lt;td colspan=&quot;2&quot; class=&quot;diff-lineno&quot; id=&quot;mw-diff-left-l5&quot; &gt;Line 5:&lt;/td&gt;
&lt;td colspan=&quot;2&quot; class=&quot;diff-lineno&quot;&gt;Line 5:&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td class='diff-marker'&gt; &lt;/td&gt;&lt;td style=&quot;background-color: #f8f9fa; color: #222; font-size: 88%; border-style: solid; border-width: 1px 1px 1px 4px; border-radius: 0.33em; border-color: #eaecf0; vertical-align: top; white-space: pre-wrap;&quot;&gt;&lt;div&gt;::I haven't seen anything special to prevent a troll mummy from reviving due to being a pet or being summoned by spell. Tame trolls in vanilla definitely have the normal chances of reviving, so I imagine it would carry over to the mummies. I think it's just pure chance. -- [[User:Qazmlpok|Qazmlpok]] 19:23, 4 April 2011 (UTC)&lt;/div&gt;&lt;/td&gt;&lt;td class='diff-marker'&gt; &lt;/td&gt;&lt;td style=&quot;background-color: #f8f9fa; color: #222; font-size: 88%; border-style: solid; border-width: 1px 1px 1px 4px; border-radius: 0.33em; border-color: #eaecf0; vertical-align: top; white-space: pre-wrap;&quot;&gt;&lt;div&gt;::I haven't seen anything special to prevent a troll mummy from reviving due to being a pet or being summoned by spell. Tame trolls in vanilla definitely have the normal chances of reviving, so I imagine it would carry over to the mummies. I think it's just pure chance. -- [[User:Qazmlpok|Qazmlpok]] 19:23, 4 April 2011 (UTC)&lt;/div&gt;&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td class='diff-marker'&gt; &lt;/td&gt;&lt;td style=&quot;background-color: #f8f9fa; color: #222; font-size: 88%; border-style: solid; border-width: 1px 1px 1px 4px; border-radius: 0.33em; border-color: #eaecf0; vertical-align: top; white-space: pre-wrap;&quot;&gt;&lt;div&gt;:Isn't troll reviving tied to corpse age (i.e. once they hit 50 turns old, they won't revive on their own)?  It's my understanding that the Riders will stay down if you deny them a place to resurrect for 50 turns, and I think they share some code with trolls.  If so, you wouldn't expect an undead troll to ever rise from the dead. --[[User:Darth l33t|Darth l33t]] 07:49, 5 April 2011 (UTC)&lt;/div&gt;&lt;/td&gt;&lt;td class='diff-marker'&gt; &lt;/td&gt;&lt;td style=&quot;background-color: #f8f9fa; color: #222; font-size: 88%; border-style: solid; border-width: 1px 1px 1px 4px; border-radius: 0.33em; border-color: #eaecf0; vertical-align: top; white-space: pre-wrap;&quot;&gt;&lt;div&gt;:Isn't troll reviving tied to corpse age (i.e. once they hit 50 turns old, they won't revive on their own)?  It's my understanding that the Riders will stay down if you deny them a place to resurrect for 50 turns, and I think they share some code with trolls.  If so, you wouldn't expect an undead troll to ever rise from the dead. --[[User:Darth l33t|Darth l33t]] 07:49, 5 April 2011 (UTC)&lt;/div&gt;&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td colspan=&quot;2&quot;&gt; &lt;/td&gt;&lt;td class='diff-marker'&gt;+&lt;/td&gt;&lt;td style=&quot;color: #222; font-size: 88%; border-style: solid; border-width: 1px 1px 1px 4px; border-radius: 0.33em; border-color: #a3d3ff; vertical-align: top; white-space: pre-wrap;&quot;&gt;&lt;div&gt;&lt;ins style=&quot;font-weight: bold; text-decoration: none;&quot;&gt;::That's right. {{sourcecode|mon.c|239}}, {{sourcecode|mkobj.c|675}} --[[User:Tjr|Tjr]] 12:28, 5 April 2011 (UTC)&lt;/ins&gt;&lt;/div&gt;&lt;/td&gt;&lt;/tr&gt;
&lt;/table&gt;</summary>
		<author><name>Tjr</name></author>
		
	</entry>
	<entry>
		<id>https://nethackwiki.com/index.php?title=Talk:Troll_mummy&amp;diff=69775&amp;oldid=prev</id>
		<title>Darth l33t at 07:49, 5 April 2011</title>
		<link rel="alternate" type="text/html" href="https://nethackwiki.com/index.php?title=Talk:Troll_mummy&amp;diff=69775&amp;oldid=prev"/>
		<updated>2011-04-05T07:49:41Z</updated>

		<summary type="html">&lt;p&gt;&lt;/p&gt;
&lt;table class=&quot;diff diff-contentalign-left&quot; data-mw=&quot;interface&quot;&gt;
				&lt;col class=&quot;diff-marker&quot; /&gt;
				&lt;col class=&quot;diff-content&quot; /&gt;
				&lt;col class=&quot;diff-marker&quot; /&gt;
				&lt;col class=&quot;diff-content&quot; /&gt;
				&lt;tr class=&quot;diff-title&quot; lang=&quot;en&quot;&gt;
				&lt;td colspan=&quot;2&quot; style=&quot;background-color: #fff; color: #222; text-align: center;&quot;&gt;← Older revision&lt;/td&gt;
				&lt;td colspan=&quot;2&quot; style=&quot;background-color: #fff; color: #222; text-align: center;&quot;&gt;Revision as of 07:49, 5 April 2011&lt;/td&gt;
				&lt;/tr&gt;&lt;tr&gt;&lt;td colspan=&quot;2&quot; class=&quot;diff-lineno&quot; id=&quot;mw-diff-left-l4&quot; &gt;Line 4:&lt;/td&gt;
&lt;td colspan=&quot;2&quot; class=&quot;diff-lineno&quot;&gt;Line 4:&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td class='diff-marker'&gt; &lt;/td&gt;&lt;td style=&quot;background-color: #f8f9fa; color: #222; font-size: 88%; border-style: solid; border-width: 1px 1px 1px 4px; border-radius: 0.33em; border-color: #eaecf0; vertical-align: top; white-space: pre-wrap;&quot;&gt;&lt;div&gt;::They do. They're exceptionally annoying since you can't safely eat them if you don't have a unicorn horn or if you're playing for conducts, and regular pets will never eat the corpse either.&lt;/div&gt;&lt;/td&gt;&lt;td class='diff-marker'&gt; &lt;/td&gt;&lt;td style=&quot;background-color: #f8f9fa; color: #222; font-size: 88%; border-style: solid; border-width: 1px 1px 1px 4px; border-radius: 0.33em; border-color: #eaecf0; vertical-align: top; white-space: pre-wrap;&quot;&gt;&lt;div&gt;::They do. They're exceptionally annoying since you can't safely eat them if you don't have a unicorn horn or if you're playing for conducts, and regular pets will never eat the corpse either.&lt;/div&gt;&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td class='diff-marker'&gt; &lt;/td&gt;&lt;td style=&quot;background-color: #f8f9fa; color: #222; font-size: 88%; border-style: solid; border-width: 1px 1px 1px 4px; border-radius: 0.33em; border-color: #eaecf0; vertical-align: top; white-space: pre-wrap;&quot;&gt;&lt;div&gt;::I haven't seen anything special to prevent a troll mummy from reviving due to being a pet or being summoned by spell. Tame trolls in vanilla definitely have the normal chances of reviving, so I imagine it would carry over to the mummies. I think it's just pure chance. -- [[User:Qazmlpok|Qazmlpok]] 19:23, 4 April 2011 (UTC)&lt;/div&gt;&lt;/td&gt;&lt;td class='diff-marker'&gt; &lt;/td&gt;&lt;td style=&quot;background-color: #f8f9fa; color: #222; font-size: 88%; border-style: solid; border-width: 1px 1px 1px 4px; border-radius: 0.33em; border-color: #eaecf0; vertical-align: top; white-space: pre-wrap;&quot;&gt;&lt;div&gt;::I haven't seen anything special to prevent a troll mummy from reviving due to being a pet or being summoned by spell. Tame trolls in vanilla definitely have the normal chances of reviving, so I imagine it would carry over to the mummies. I think it's just pure chance. -- [[User:Qazmlpok|Qazmlpok]] 19:23, 4 April 2011 (UTC)&lt;/div&gt;&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td colspan=&quot;2&quot;&gt; &lt;/td&gt;&lt;td class='diff-marker'&gt;+&lt;/td&gt;&lt;td style=&quot;color: #222; font-size: 88%; border-style: solid; border-width: 1px 1px 1px 4px; border-radius: 0.33em; border-color: #a3d3ff; vertical-align: top; white-space: pre-wrap;&quot;&gt;&lt;div&gt;&lt;ins style=&quot;font-weight: bold; text-decoration: none;&quot;&gt;:Isn't troll reviving tied to corpse age (i.e. once they hit 50 turns old, they won't revive on their own)?  It's my understanding that the Riders will stay down if you deny them a place to resurrect for 50 turns, and I think they share some code with trolls.  If so, you wouldn't expect an undead troll to ever rise from the dead. --[[User:Darth l33t|Darth l33t]] 07:49, 5 April 2011 (UTC)&lt;/ins&gt;&lt;/div&gt;&lt;/td&gt;&lt;/tr&gt;
&lt;/table&gt;</summary>
		<author><name>Darth l33t</name></author>
		
	</entry>
	<entry>
		<id>https://nethackwiki.com/index.php?title=Talk:Troll_mummy&amp;diff=69772&amp;oldid=prev</id>
		<title>Qazmlpok at 19:23, 4 April 2011</title>
		<link rel="alternate" type="text/html" href="https://nethackwiki.com/index.php?title=Talk:Troll_mummy&amp;diff=69772&amp;oldid=prev"/>
		<updated>2011-04-04T19:23:08Z</updated>

		<summary type="html">&lt;p&gt;&lt;/p&gt;
&lt;table class=&quot;diff diff-contentalign-left&quot; data-mw=&quot;interface&quot;&gt;
				&lt;col class=&quot;diff-marker&quot; /&gt;
				&lt;col class=&quot;diff-content&quot; /&gt;
				&lt;col class=&quot;diff-marker&quot; /&gt;
				&lt;col class=&quot;diff-content&quot; /&gt;
				&lt;tr class=&quot;diff-title&quot; lang=&quot;en&quot;&gt;
				&lt;td colspan=&quot;2&quot; style=&quot;background-color: #fff; color: #222; text-align: center;&quot;&gt;← Older revision&lt;/td&gt;
				&lt;td colspan=&quot;2&quot; style=&quot;background-color: #fff; color: #222; text-align: center;&quot;&gt;Revision as of 19:23, 4 April 2011&lt;/td&gt;
				&lt;/tr&gt;&lt;tr&gt;&lt;td colspan=&quot;2&quot; class=&quot;diff-lineno&quot; id=&quot;mw-diff-left-l2&quot; &gt;Line 2:&lt;/td&gt;
&lt;td colspan=&quot;2&quot; class=&quot;diff-lineno&quot;&gt;Line 2:&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td class='diff-marker'&gt; &lt;/td&gt;&lt;td style=&quot;background-color: #f8f9fa; color: #222; font-size: 88%; border-style: solid; border-width: 1px 1px 1px 4px; border-radius: 0.33em; border-color: #eaecf0; vertical-align: top; white-space: pre-wrap;&quot;&gt;&lt;/td&gt;&lt;td class='diff-marker'&gt; &lt;/td&gt;&lt;td style=&quot;background-color: #f8f9fa; color: #222; font-size: 88%; border-style: solid; border-width: 1px 1px 1px 4px; border-radius: 0.33em; border-color: #eaecf0; vertical-align: top; white-space: pre-wrap;&quot;&gt;&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td class='diff-marker'&gt; &lt;/td&gt;&lt;td style=&quot;background-color: #f8f9fa; color: #222; font-size: 88%; border-style: solid; border-width: 1px 1px 1px 4px; border-radius: 0.33em; border-color: #eaecf0; vertical-align: top; white-space: pre-wrap;&quot;&gt;&lt;div&gt;: Are you sure troll mummies resurrect at all? They are M-class monsters, not T-class. --[[User:Tjr|Tjr]] 18:40, 4 April 2011 (UTC)&lt;/div&gt;&lt;/td&gt;&lt;td class='diff-marker'&gt; &lt;/td&gt;&lt;td style=&quot;background-color: #f8f9fa; color: #222; font-size: 88%; border-style: solid; border-width: 1px 1px 1px 4px; border-radius: 0.33em; border-color: #eaecf0; vertical-align: top; white-space: pre-wrap;&quot;&gt;&lt;div&gt;: Are you sure troll mummies resurrect at all? They are M-class monsters, not T-class. --[[User:Tjr|Tjr]] 18:40, 4 April 2011 (UTC)&lt;/div&gt;&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td colspan=&quot;2&quot;&gt; &lt;/td&gt;&lt;td class='diff-marker'&gt;+&lt;/td&gt;&lt;td style=&quot;color: #222; font-size: 88%; border-style: solid; border-width: 1px 1px 1px 4px; border-radius: 0.33em; border-color: #a3d3ff; vertical-align: top; white-space: pre-wrap;&quot;&gt;&lt;div&gt;&lt;ins style=&quot;font-weight: bold; text-decoration: none;&quot;&gt;::They do. They're exceptionally annoying since you can't safely eat them if you don't have a unicorn horn or if you're playing for conducts, and regular pets will never eat the corpse either.&lt;/ins&gt;&lt;/div&gt;&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td colspan=&quot;2&quot;&gt; &lt;/td&gt;&lt;td class='diff-marker'&gt;+&lt;/td&gt;&lt;td style=&quot;color: #222; font-size: 88%; border-style: solid; border-width: 1px 1px 1px 4px; border-radius: 0.33em; border-color: #a3d3ff; vertical-align: top; white-space: pre-wrap;&quot;&gt;&lt;div&gt;&lt;ins style=&quot;font-weight: bold; text-decoration: none;&quot;&gt;::I haven't seen anything special to prevent a troll mummy from reviving due to being a pet or being summoned by spell. Tame trolls in vanilla definitely have the normal chances of reviving, so I imagine it would carry over to the mummies. I think it's just pure chance. -- [[User:Qazmlpok|Qazmlpok]] 19:23, 4 April 2011 (UTC)&lt;/ins&gt;&lt;/div&gt;&lt;/td&gt;&lt;/tr&gt;
&lt;/table&gt;</summary>
		<author><name>Qazmlpok</name></author>
		
	</entry>
	<entry>
		<id>https://nethackwiki.com/index.php?title=Talk:Troll_mummy&amp;diff=69768&amp;oldid=prev</id>
		<title>Tjr: don't only T monsters resurrect?</title>
		<link rel="alternate" type="text/html" href="https://nethackwiki.com/index.php?title=Talk:Troll_mummy&amp;diff=69768&amp;oldid=prev"/>
		<updated>2011-04-04T18:40:25Z</updated>

		<summary type="html">&lt;p&gt;don&amp;#039;t only T monsters resurrect?&lt;/p&gt;
&lt;table class=&quot;diff diff-contentalign-left&quot; data-mw=&quot;interface&quot;&gt;
				&lt;col class=&quot;diff-marker&quot; /&gt;
				&lt;col class=&quot;diff-content&quot; /&gt;
				&lt;col class=&quot;diff-marker&quot; /&gt;
				&lt;col class=&quot;diff-content&quot; /&gt;
				&lt;tr class=&quot;diff-title&quot; lang=&quot;en&quot;&gt;
				&lt;td colspan=&quot;2&quot; style=&quot;background-color: #fff; color: #222; text-align: center;&quot;&gt;← Older revision&lt;/td&gt;
				&lt;td colspan=&quot;2&quot; style=&quot;background-color: #fff; color: #222; text-align: center;&quot;&gt;Revision as of 18:40, 4 April 2011&lt;/td&gt;
				&lt;/tr&gt;&lt;tr&gt;&lt;td colspan=&quot;2&quot; class=&quot;diff-lineno&quot; id=&quot;mw-diff-left-l1&quot; &gt;Line 1:&lt;/td&gt;
&lt;td colspan=&quot;2&quot; class=&quot;diff-lineno&quot;&gt;Line 1:&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td class='diff-marker'&gt; &lt;/td&gt;&lt;td style=&quot;background-color: #f8f9fa; color: #222; font-size: 88%; border-style: solid; border-width: 1px 1px 1px 4px; border-radius: 0.33em; border-color: #eaecf0; vertical-align: top; white-space: pre-wrap;&quot;&gt;&lt;div&gt;So far none of my pet troll mummies have come back from the dead.  Is this just chance or is this due to the fact they were a) my pets or b) summoned by spell?[[User:Ndwolfwood|Ndwolfwood]] 00:49, 4 April 2011 (UTC)&lt;/div&gt;&lt;/td&gt;&lt;td class='diff-marker'&gt; &lt;/td&gt;&lt;td style=&quot;background-color: #f8f9fa; color: #222; font-size: 88%; border-style: solid; border-width: 1px 1px 1px 4px; border-radius: 0.33em; border-color: #eaecf0; vertical-align: top; white-space: pre-wrap;&quot;&gt;&lt;div&gt;So far none of my pet troll mummies have come back from the dead.  Is this just chance or is this due to the fact they were a) my pets or b) summoned by spell?[[User:Ndwolfwood|Ndwolfwood]] 00:49, 4 April 2011 (UTC)&lt;/div&gt;&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td colspan=&quot;2&quot;&gt; &lt;/td&gt;&lt;td class='diff-marker'&gt;+&lt;/td&gt;&lt;td style=&quot;color: #222; font-size: 88%; border-style: solid; border-width: 1px 1px 1px 4px; border-radius: 0.33em; border-color: #a3d3ff; vertical-align: top; white-space: pre-wrap;&quot;&gt;&lt;div&gt;&lt;ins style=&quot;font-weight: bold; text-decoration: none;&quot;&gt;&lt;/ins&gt;&lt;/div&gt;&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td colspan=&quot;2&quot;&gt; &lt;/td&gt;&lt;td class='diff-marker'&gt;+&lt;/td&gt;&lt;td style=&quot;color: #222; font-size: 88%; border-style: solid; border-width: 1px 1px 1px 4px; border-radius: 0.33em; border-color: #a3d3ff; vertical-align: top; white-space: pre-wrap;&quot;&gt;&lt;div&gt;&lt;ins style=&quot;font-weight: bold; text-decoration: none;&quot;&gt;: Are you sure troll mummies resurrect at all? They are M-class monsters, not T-class. --[[User:Tjr|Tjr]] 18:40, 4 April 2011 (UTC)&lt;/ins&gt;&lt;/div&gt;&lt;/td&gt;&lt;/tr&gt;
&lt;/table&gt;</summary>
		<author><name>Tjr</name></author>
		
	</entry>
	<entry>
		<id>https://nethackwiki.com/index.php?title=Talk:Troll_mummy&amp;diff=69765&amp;oldid=prev</id>
		<title>Ndwolfwood: Created page with &quot;So far none of my pet troll mummies have come back from the dead.  Is this just chance or is this due to the fact they were a) my pets or b) summoned by spell?~~~~&quot;</title>
		<link rel="alternate" type="text/html" href="https://nethackwiki.com/index.php?title=Talk:Troll_mummy&amp;diff=69765&amp;oldid=prev"/>
		<updated>2011-04-04T00:49:43Z</updated>

		<summary type="html">&lt;p&gt;Created page with &amp;quot;So far none of my pet troll mummies have come back from the dead.  Is this just chance or is this due to the fact they were a) my pets or b) summoned by spell?~~~~&amp;quot;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;So far none of my pet troll mummies have come back from the dead.  Is this just chance or is this due to the fact they were a) my pets or b) summoned by spell?[[User:Ndwolfwood|Ndwolfwood]] 00:49, 4 April 2011 (UTC)&lt;/div&gt;</summary>
		<author><name>Ndwolfwood</name></author>
		
	</entry>
</feed>