Difference between revisions of "Talk:Kicking boots"

From NetHackWiki
Jump to navigation Jump to search
(New page: Does anybody know exactly how much kicking boots increase your kicking damage?)
 
(yep +5)
Line 1: Line 1:
 
Does anybody know exactly how much kicking boots increase your kicking damage?
 
Does anybody know exactly how much kicking boots increase your kicking damage?
 +
:I do!
 +
39.  if (uarmf && uarmf->otyp == KICKING_BOOTS)
 +
40.      dmg += 5;
 +
:[[dokick.c#line39]].[[User:Addps4cat|Addps4cat]] 14:05, 11 October 2007 (UTC)

Revision as of 14:05, 11 October 2007

Does anybody know exactly how much kicking boots increase your kicking damage?

I do!
39.   	if (uarmf && uarmf->otyp == KICKING_BOOTS)
40.   	    dmg += 5;
dokick.c#line39.Addps4cat 14:05, 11 October 2007 (UTC)