Difference between revisions of "Talk:Amulet of inaccuracy"
(Code diving, anyone?) |
|||
(3 intermediate revisions by 2 users not shown) | |||
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) | ||
+ | |||
+ | :Perfect, thanks Never! I'd really like to know which version changed that, but if you can't uncover that information, that's fine. --[[User:MoogleDan|MoogleDan]] ([[User talk:MoogleDan|talk]]) 19:58, 11 January 2015 (CET) | ||
+ | |||
+ | ::It's really hard to find that, because since the first version of DCSS the amulet have a accuracy penalty of 5. You changed that on the wiki [http://crawl.chaosforge.org/index.php?title=Amulet_of_inaccuracy&diff=25390&oldid=23110 here] but I can't see it on the history of the source code. Do you remember why have you changed this ? --[[User:Never203|Never203]] ([[User talk:Never203|talk]]) 21:30, 12 January 2015 (CET) | ||
+ | |||
+ | :::My change was just an ill-informed attempt at clarifying what IonFrigate wrote, BUT I can see how it would be misleading. Yeah, this one's my bad : / Oh well, at least it's accurate now. --[[User:MoogleDan|MoogleDan]] ([[User talk:MoogleDan|talk]]) 14:08, 13 January 2015 (CET) |
Latest revision as of 14:08, 13 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)
- Perfect, thanks Never! I'd really like to know which version changed that, but if you can't uncover that information, that's fine. --MoogleDan (talk) 19:58, 11 January 2015 (CET)