<?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=Source_talk%3ANetHack_3.4.3%2Fsrc%2Fallmain.c</id>
	<title>Source talk:NetHack 3.4.3/src/allmain.c - Revision history</title>
	<link rel="self" type="application/atom+xml" href="https://nethackwiki.com/index.php?action=history&amp;feed=atom&amp;title=Source_talk%3ANetHack_3.4.3%2Fsrc%2Fallmain.c"/>
	<link rel="alternate" type="text/html" href="https://nethackwiki.com/index.php?title=Source_talk:NetHack_3.4.3/src/allmain.c&amp;action=history"/>
	<updated>2026-07-22T02:59:15Z</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=Source_talk:NetHack_3.4.3/src/allmain.c&amp;diff=64639&amp;oldid=prev</id>
		<title>Paxedbot: moved Source talk:Allmain.c to Source talk:NetHack 3.4.3/src/allmain.c: Moving src to subdirs</title>
		<link rel="alternate" type="text/html" href="https://nethackwiki.com/index.php?title=Source_talk:NetHack_3.4.3/src/allmain.c&amp;diff=64639&amp;oldid=prev"/>
		<updated>2011-01-31T19:20:41Z</updated>

		<summary type="html">&lt;p&gt;moved &lt;a href=&quot;/wiki/Source_talk:Allmain.c&quot; class=&quot;mw-redirect&quot; title=&quot;Source talk:Allmain.c&quot;&gt;Source talk:Allmain.c&lt;/a&gt; to &lt;a href=&quot;/wiki/Source_talk:NetHack_3.4.3/src/allmain.c&quot; title=&quot;Source talk:NetHack 3.4.3/src/allmain.c&quot;&gt;Source talk:NetHack 3.4.3/src/allmain.c&lt;/a&gt;: Moving src to subdirs&lt;/p&gt;
&lt;table class=&quot;diff diff-contentalign-left&quot; data-mw=&quot;interface&quot;&gt;
				&lt;tr class=&quot;diff-title&quot; lang=&quot;en&quot;&gt;
				&lt;td colspan=&quot;1&quot; style=&quot;background-color: #fff; color: #222; text-align: center;&quot;&gt;← Older revision&lt;/td&gt;
				&lt;td colspan=&quot;1&quot; style=&quot;background-color: #fff; color: #222; text-align: center;&quot;&gt;Revision as of 19:20, 31 January 2011&lt;/td&gt;
				&lt;/tr&gt;&lt;tr&gt;&lt;td colspan=&quot;2&quot; class=&quot;diff-notice&quot; lang=&quot;en&quot;&gt;&lt;div class=&quot;mw-diff-empty&quot;&gt;(No difference)&lt;/div&gt;
&lt;/td&gt;&lt;/tr&gt;&lt;/table&gt;</summary>
		<author><name>Paxedbot</name></author>
		
	</entry>
	<entry>
		<id>https://nethackwiki.com/index.php?title=Source_talk:NetHack_3.4.3/src/allmain.c&amp;diff=40861&amp;oldid=prev</id>
		<title>Skidragon: Time stuck in lava?</title>
		<link rel="alternate" type="text/html" href="https://nethackwiki.com/index.php?title=Source_talk:NetHack_3.4.3/src/allmain.c&amp;diff=40861&amp;oldid=prev"/>
		<updated>2009-07-06T16:20:53Z</updated>

		<summary type="html">&lt;p&gt;Time stuck in lava?&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;The comment under the section on lava (line 274) says kill the player after three turns, but this does not seem to match the code. The counter u.utrap is setup in the routine lava_effects [[trap.c#line3991]] as rn1(4, 4) + (rn1(4, 12) &amp;lt;&amp;lt; 8).  It is then decremented by 1&amp;lt;&amp;lt;8 and incremented by rnd(4) each turn until it is less than 1&amp;lt;&amp;lt;8.  Since rn1(x,y) returns a number from y to y + x - 1 and x &amp;lt;&amp;lt; y is equivalent to x * (2 ^ Y) u.utrap starts between 3076 and 3847, and is decreased by 253 to 256 each turn.  This means you would be stuck in the lava from 13 to 16 turns before dying.  Can someone confirm this or tell me where my analysis is off?  [[User:Skidragon|Skidragon]] 16:20, 6 July 2009 (UTC)&lt;/div&gt;</summary>
		<author><name>Skidragon</name></author>
		
	</entry>
</feed>