OSDN Git Service

fix indent
[jnethack/source.git] / src / mcastu.c
index b43f0db..02cfc38 100644 (file)
@@ -412,9 +412,9 @@ int dmg;
     if (mtmp->mhp < mtmp->mhpmax) {
         if (canseemon(mtmp))
 /*JP
-                pline("%s looks better.", Monnam(mtmp));
+            pline("%s looks better.", Monnam(mtmp));
 */
-                pline("%s\82Í\8bC\95ª\82ª\82æ\82­\82È\82Á\82½\82æ\82¤\82¾\81D", Monnam(mtmp));
+            pline("%s\82Í\8bC\95ª\82ª\82æ\82­\82È\82Á\82½\82æ\82¤\82¾\81D", Monnam(mtmp));
         /* note: player healing does 6d4; this used to do 1d8 */
         if ((mtmp->mhp += d(3, 6)) > mtmp->mhpmax)
             mtmp->mhp = mtmp->mhpmax;