Tids only.

This commit is contained in:
arromdee
2002-01-14 04:50:17 +00:00
parent 89c576a941
commit 0b268a2628
+2 -2
View File
@@ -523,7 +523,7 @@ int spellnum;
pline("%s casts at a clump of sticks, but nothing happens.", pline("%s casts at a clump of sticks, but nothing happens.",
Monnam(mtmp)); Monnam(mtmp));
else if (let == S_SNAKE) else if (let == S_SNAKE)
pline("%s transforms clump of sticks into snakes!", pline("%s transforms a clump of sticks into snakes!",
Monnam(mtmp)); Monnam(mtmp));
else else
pline("%s summons insects!", Monnam(mtmp)); pline("%s summons insects!", Monnam(mtmp));
@@ -593,7 +593,7 @@ int spellnum;
else if (dmg <= 20) else if (dmg <= 20)
pline("Severe wounds appear on your body!"); pline("Severe wounds appear on your body!");
else else
pline("Your body is covered with painful wounds!"); Your("body is covered with painful wounds!");
break; break;
default: default:
impossible("mcastu: invalid clerical spell (%d)", spellnum); impossible("mcastu: invalid clerical spell (%d)", spellnum);