OSDN Git Service

character_xtra時でもプレイヤーの善悪を計算するようにした. 種族別で善
[hengband/hengband.git] / src / mind.c
index 7a535b2..8849711 100644 (file)
@@ -1406,7 +1406,8 @@ msg_format("There are too many mirrors to control!");
 #else
          msg_print("Go through the world of mirror...");
 #endif
-         return dimension_door(TRUE);
+         return mirror_tunnel();
+
        /* mirror of recall */
        case 17:
                return word_of_recall();