Difference between revisions of "Talk:Amulet of inaccuracy"

From CrawlWiki
Jump to: navigation, search
(Code diving, anyone?)
 
m (found it !)
Line 1: Line 1:
 
Can anyone code dive and confirm that this amulet's accuracy penalty is still a random number between 0 and -5? I believe it's become a flat -5 now. --[[User:MoogleDan|MoogleDan]] ([[User talk:MoogleDan|talk]]) 21:10, 7 January 2015 (CET)
 
Can anyone code dive and confirm that this amulet's accuracy penalty is still a random number between 0 and -5? I believe it's become a flat -5 now. --[[User:MoogleDan|MoogleDan]] ([[User talk:MoogleDan|talk]]) 21:10, 7 January 2015 (CET)
 +
 +
It's true, I change that ! ([http://git.develz.org/?p=crawl.git;a=blob;f=crawl-ref/source/attack.cc#l271 found in this file], knowing that ''inaccurracy()'' return ''true'' when the player is wearing an amulet of inaccuracy)). But I can't find when it has been changed... --[[User:Never203|Never203]] ([[User talk:Never203|talk]]) 22:23, 10 January 2015 (CET)

Revision as of 23:23, 10 January 2015

Can anyone code dive and confirm that this amulet's accuracy penalty is still a random number between 0 and -5? I believe it's become a flat -5 now. --MoogleDan (talk) 21:10, 7 January 2015 (CET)

It's true, I change that ! (found in this file, knowing that inaccurracy() return true when the player is wearing an amulet of inaccuracy)). But I can't find when it has been changed... --Never203 (talk) 22:23, 10 January 2015 (CET)