• R/O
  • HTTP
  • SSH
  • HTTPS

trunk: Commit

メインリポジトリ


Commit MetaInfo

Revisionec5efa96438adfc360dd09741cee901fd2ad0434 (tree)
Zeit2011-09-24 04:53:52
Autorunknown <shira@.(no...>
Commiterunknown

Log Message

reduce bad potion effect

Ändern Zusammenfassung

Diff

--- a/src/potion.c
+++ b/src/potion.c
@@ -443,7 +443,7 @@ peffects(otmp)
443443 case POT_HALLUCINATION:
444444 if (Hallucination || Halluc_resistance) nothing++;
445445 (void) make_hallucinated(itimeout_incr(HHallucination,
446- rn1(200, 600 - 300 * bcsign(otmp))),
446+ rn1(100, 150 - 50 * bcsign(otmp))),
447447 TRUE, 0L);
448448 break;
449449 case POT_WATER:
@@ -749,7 +749,7 @@ peffects(otmp)
749749 case POT_BLINDNESS:
750750 if(Blind) nothing++;
751751 make_blinded(itimeout_incr(Blinded,
752- rn1(200, 250 - 125 * bcsign(otmp))),
752+ rn1(100, 150 - 50 * bcsign(otmp))),
753753 (boolean)!Blind);
754754 break;
755755 case POT_GAIN_LEVEL:
Show on old repository browser