tuning: thrones

This was sitting around for several years.  When positive luck
lessens a negative effect from sitting on a throne, reduce luck so
that repeated occurances will eventually get the intended result.
This commit is contained in:
PatR
2016-03-18 15:46:11 -07:00
parent 606a738c4b
commit 6ae8f291ac
+2 -1
View File
@@ -1,4 +1,4 @@
/* NetHack 3.6 sit.c $NHDT-Date: 1445906863 2015/10/27 00:47:43 $ $NHDT-Branch: master $:$NHDT-Revision: 1.51 $ */ /* NetHack 3.6 sit.c $NHDT-Date: 1458341129 2016/03/18 22:45:29 $ $NHDT-Branch: NetHack-3.6.0 $:$NHDT-Revision: 1.53 $ */
/* Copyright (c) Stichting Mathematisch Centrum, Amsterdam, 1985. */ /* Copyright (c) Stichting Mathematisch Centrum, Amsterdam, 1985. */
/* NetHack may be freely redistributed. See license for details. */ /* NetHack may be freely redistributed. See license for details. */
@@ -226,6 +226,7 @@ dosit()
"A curse upon thee for sitting upon this most holy throne!"); "A curse upon thee for sitting upon this most holy throne!");
if (Luck > 0) { if (Luck > 0) {
make_blinded(Blinded + rn1(100, 250), TRUE); make_blinded(Blinded + rn1(100, 250), TRUE);
change_luck((Luck > 1) ? -rnd(2) : -1);
} else } else
rndcurse(); rndcurse();
break; break;