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

From NetHackWiki
Jump to navigation Jump to search
m (Talk:U init.c moved to Source talk:U init.c: Robot: moved page)
 
(No difference)

Latest revision as of 19:24, 31 January 2011

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)