OSDN Git Service

set trivial flags
[jnethack/source.git] / src / teleport.c
index 5a56c4d..c8e14ee 100644 (file)
@@ -683,7 +683,7 @@ boolean break_the_rules; /* True: wizard mode ^T */
             }
         }
         if (trap)
-#if 0 /*JP*/
+#if 0 /*JP:T*/
             You("%s onto the teleportation trap.",
                 locomotion(youmonst.data, "jump"));
 #else
@@ -707,7 +707,7 @@ boolean break_the_rules; /* True: wizard mode ^T */
             /* casting isn't inhibited by being Stunned (...it ought to be) */
             castit = (sp_no < MAXSPELL && !Confusion);
             if (!castit && !break_the_rules) {
-#if 0 /*JP*/
+#if 0 /*JP:T*/
                 You("%s.",
                     !Teleportation ? ((sp_no < MAXSPELL)
                                         ? "can't cast that spell"
@@ -760,7 +760,7 @@ boolean break_the_rules; /* True: wizard mode ^T */
             cantdoit = "\82¾\82¯\82Ì\83G\83l\83\8b\83M\81[\82ª\82È\82¢";
         }
         if (cantdoit) {
-#if 0 /*JP*/
+#if 0 /*JP:T*/
             You("%s %s.", cantdoit,
                 castit ? "for a teleport spell" : "to teleport");
 #else
@@ -915,7 +915,7 @@ level_tele()
 */
             if (ynq("\82Ç\82±\82Æ\82à\92m\82ê\82Ê\8fê\8f\8a\82É\8ds\82«\82Ü\82·\81D\82æ\82ë\82µ\82¢\82Å\82·\82©\81H") != 'y')
                 return;
-#if 0 /*JP*/
+#if 0 /*JP:T*/
             You("%s in agony as your body begins to warp...",
                 is_silent(youmonst.data) ? "writhe" : "scream");
 #else
@@ -943,7 +943,7 @@ level_tele()
             pline("An energized cloud of dust begins to coalesce.");
 */
             pline("\83G\83l\83\8b\83M\81[\82ð\82à\82Á\82½\82Ù\82±\82è\82Ì\89Q\82ª\8c\8b\8d\87\82µ\82Í\82\82ß\82½\81D");
-#if 0 /*JP*/
+#if 0 /*JP:T*/
             Your("body rematerializes%s.",
                  invent ? ", and you gather up all your possessions" : "");
 #else
@@ -1443,7 +1443,7 @@ struct monst *mon;
 {
     if (level.flags.noteleport) {
         if (canseemon(mon))
-#if 0 /*JP*/
+#if 0 /*JP:T*/
             pline("A mysterious force prevents %s from teleporting!",
                   mon_nam(mon));
 #else
@@ -1515,7 +1515,7 @@ int in_sight;
                 assign_level(&tolevel, &valley_level);
             } else if (Is_botlevel(&u.uz)) {
                 if (in_sight && trap->tseen)
-#if 0 /*JP*/
+#if 0 /*JP:T*/
                     pline("%s avoids the %s.", Monnam(mtmp),
                           (tt == HOLE) ? "hole" : "trap");
 #else