修訂 | ec5efa96438adfc360dd09741cee901fd2ad0434 (tree) |
---|---|
時間 | 2011-09-24 04:53:52 |
作者 | unknown <shira@.(no...> |
Commiter | unknown |
reduce bad potion effect
@@ -443,7 +443,7 @@ peffects(otmp) | ||
443 | 443 | case POT_HALLUCINATION: |
444 | 444 | if (Hallucination || Halluc_resistance) nothing++; |
445 | 445 | (void) make_hallucinated(itimeout_incr(HHallucination, |
446 | - rn1(200, 600 - 300 * bcsign(otmp))), | |
446 | + rn1(100, 150 - 50 * bcsign(otmp))), | |
447 | 447 | TRUE, 0L); |
448 | 448 | break; |
449 | 449 | case POT_WATER: |
@@ -749,7 +749,7 @@ peffects(otmp) | ||
749 | 749 | case POT_BLINDNESS: |
750 | 750 | if(Blind) nothing++; |
751 | 751 | make_blinded(itimeout_incr(Blinded, |
752 | - rn1(200, 250 - 125 * bcsign(otmp))), | |
752 | + rn1(100, 150 - 50 * bcsign(otmp))), | |
753 | 753 | (boolean)!Blind); |
754 | 754 | break; |
755 | 755 | case POT_GAIN_LEVEL: |