UnNetHack SVN版rev.774を適用した。
Fix cursed amulet of life saving fail rate
呪われた命の魔除けの失敗率を修正
@@ -785,7 +785,7 @@ | ||
785 | 785 | !Blind ? "輝きはじめた" : "暖かくなりはじめた"); |
786 | 786 | #endif |
787 | 787 | /* Keep it blessed! */ |
788 | - if (uamul && uamul->cursed && (rn2(4)>0)) { | |
788 | + if (uamul && uamul->cursed && rnf(1,4)) { | |
789 | 789 | #if 0 /*JP*/ |
790 | 790 | pline("But ... the chain on your medallion breaks and it falls to the %s!", surface(u.ux,u.uy)); |
791 | 791 | You_hear("homeric laughter!"); /* Hah ha! */ |