From f7805b65ae33584ca038c606c3c518b4932e12b9 Mon Sep 17 00:00:00 2001 From: keni Date: Sun, 1 Jan 2012 17:35:48 +0000 Subject: [PATCH] postcommit.pl 1.83: pray.c (Getting close to the end. 1.83 cleans up the code and updates the bugs list.) --- src/pray.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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); }