From: keni Date: Sun, 1 Jan 2012 17:35:48 +0000 (+0000) Subject: postcommit.pl 1.83: pray.c X-Git-Tag: MOVE2GIT~110 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=f7805b65ae33584ca038c606c3c518b4932e12b9;p=nethack postcommit.pl 1.83: pray.c (Getting close to the end. 1.83 cleans up the code and updates the bugs list.) --- diff --git a/src/pray.c b/src/pray.c index 96fddf852..9e0368e8d 100644 --- a/src/pray.c +++ b/src/pray.c @@ -1418,7 +1418,7 @@ verbalize("In return for thy service, I grant thee the gift of Immortality!"); } /* fake Amulet */ if (value == 0) { - pline(nothing_happens); + pline1(nothing_happens); return (1); }