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

From NetHackWiki
Jump to navigation Jump to search
(Possibly if(--trop->trquan) continue;)
m (Talk:U init.c moved to Source talk:U init.c: Robot: moved page)
(No difference)

Revision as of 15:26, 4 March 2008

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)