Difference between revisions of "Source talk:NetHack 3.4.3/src/u init.c"

From NetHackWiki
Jump to navigation Jump to search
(Starting equipment initialization puzzle?)
 
(Possibly if(--trop->trquan) continue;)
Line 1: Line 1:
 
==Starting equipment initialization==
 
==Starting equipment initialization==
 
How come [[u_init.c#line69]] says that healers start with five apples, yet it is entirely possible for them to start with, say, seven apples? --[[User:ZeroOne|ZeroOne]] 18:41, 13 August 2006 (UTC)
 
How come [[u_init.c#line69]] says that healers start with five apples, yet it is entirely possible for them to start with, say, seven apples? --[[User:ZeroOne|ZeroOne]] 18:41, 13 August 2006 (UTC)
 +
 +
:I could be wrong, but I think it's [[u_init.c#line1050]]. This allows you to create [X, 2X] items in a stack (where X=5 for a healer's apples). [[User:Eidolos|Eidolos]] 18:48, 13 August 2006 (UTC)

Revision as of 18:48, 13 August 2006

Starting equipment initialization

How come u_init.c#line69 says that healers start with five apples, yet it is entirely possible for them to start with, say, seven apples? --ZeroOne 18:41, 13 August 2006 (UTC)

I could be wrong, but I think it's u_init.c#line1050. This allows you to create [X, 2X] items in a stack (where X=5 for a healer's apples). Eidolos 18:48, 13 August 2006 (UTC)