From: arromdee Date: Mon, 14 Jan 2002 04:50:17 +0000 (+0000) Subject: Tids only. X-Git-Tag: MOVE2GIT~3477 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=0b268a26289c8486a493bbfe5323b2e4ee185c99;p=nethack Tids only. --- diff --git a/src/mcastu.c b/src/mcastu.c index c5d2db9d8..4c4f0e9f0 100644 --- a/src/mcastu.c +++ b/src/mcastu.c @@ -523,7 +523,7 @@ int spellnum; pline("%s casts at a clump of sticks, but nothing happens.", Monnam(mtmp)); else if (let == S_SNAKE) - pline("%s transforms clump of sticks into snakes!", + pline("%s transforms a clump of sticks into snakes!", Monnam(mtmp)); else pline("%s summons insects!", Monnam(mtmp)); @@ -593,7 +593,7 @@ int spellnum; else if (dmg <= 20) pline("Severe wounds appear on your body!"); else - pline("Your body is covered with painful wounds!"); + Your("body is covered with painful wounds!"); break; default: impossible("mcastu: invalid clerical spell (%d)", spellnum);