From: unknown Date: Fri, 23 Sep 2011 19:53:52 +0000 (+0900) Subject: reduce bad potion effect X-Git-Url: http://git.osdn.net/view?p=nethackexpress%2Ftrunk.git;a=commitdiff_plain;h=ec5efa96438adfc360dd09741cee901fd2ad0434 reduce bad potion effect --- diff --git a/src/potion.c b/src/potion.c index 04abd41..6654aa4 100644 --- a/src/potion.c +++ b/src/potion.c @@ -443,7 +443,7 @@ peffects(otmp) case POT_HALLUCINATION: if (Hallucination || Halluc_resistance) nothing++; (void) make_hallucinated(itimeout_incr(HHallucination, - rn1(200, 600 - 300 * bcsign(otmp))), + rn1(100, 150 - 50 * bcsign(otmp))), TRUE, 0L); break; case POT_WATER: @@ -749,7 +749,7 @@ peffects(otmp) case POT_BLINDNESS: if(Blind) nothing++; make_blinded(itimeout_incr(Blinded, - rn1(200, 250 - 125 * bcsign(otmp))), + rn1(100, 150 - 50 * bcsign(otmp))), (boolean)!Blind); break; case POT_GAIN_LEVEL: