From 01a44fead4c8abcb3ee5f49a1ceda79f06e9881c Mon Sep 17 00:00:00 2001 From: keni Date: Tue, 3 Jan 2012 19:11:34 +0000 Subject: [PATCH] postcommit.pl 1.84 - first branch info test: polyself.c (on the trunk) --- src/polyself.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/polyself.c b/src/polyself.c index 2090f1c9c..b5ea0d5a0 100644 --- a/src/polyself.c +++ b/src/polyself.c @@ -361,7 +361,7 @@ int psflags; if (!Polymorph_control && !forcecontrol && !draconian && !iswere && !isvamp) { if (rn2(20) > ACURR(A_CON)) { - You(shudder_for_moment); + You1(shudder_for_moment); losehp(rnd(30), "system shock", KILLED_BY_AN); exercise(A_CON, FALSE); return; @@ -383,7 +383,7 @@ int psflags; if (*buf == '\033') { /* user is cancelling controlled poly */ if (forcecontrol) { /* wizard mode #polyself */ - pline(Never_mind); + pline1(Never_mind); return; } Strcpy(buf, "*"); /* resort to random */ @@ -437,7 +437,7 @@ int psflags; You_cant("polymorph into %s.", pm_name); } else break; } while (--tryct > 0); - if (!tryct) pline(thats_enough_tries); + if (!tryct) pline1(thats_enough_tries); /* allow skin merging, even when polymorph is controlled */ if (draconian && (tryct <= 0 || mntmp == armor_to_dragon(uarm->otyp))) -- 2.40.0