OSDN Git Service

クエスト達成時に, 階段が鏡の上(下?)に作られるのを禁止.
authorhenkma <henkma@0568b783-4c39-0410-ac80-bf13821ea2a2>
Tue, 9 Jul 2002 10:48:51 +0000 (10:48 +0000)
committerhenkma <henkma@0568b783-4c39-0410-ac80-bf13821ea2a2>
Tue, 9 Jul 2002 10:48:51 +0000 (10:48 +0000)
src/xtra2.c

index 6425920..3bfb72f 100644 (file)
@@ -572,7 +572,7 @@ msg_print("
        if (create_stairs)
        {
                /* Stagger around */
-               while (cave_perma_bold(y, x) || cave[y][x].o_idx)
+               while (cave_perma_bold(y, x) || cave[y][x].o_idx || (cave[y][x].info & CAVE_IN_MIRROR) )
                {
                        /* Pick a location */
                        scatter(&ny, &nx, y, x, 1, 0);