From 42e67ceeaab0eead12ac7020e80e3c087186638b Mon Sep 17 00:00:00 2001 From: henkma Date: Sat, 6 Jul 2002 03:03:04 +0000 Subject: [PATCH] =?utf8?q?=E6=95=B5=E3=81=8C=E9=8F=A1=E3=81=AE=E4=B8=8A?= =?utf8?q?=E3=81=AB=E3=81=84=E3=82=8B=E3=81=A8=E3=81=8D,=20=E3=80=8C?= =?utf8?q?=E3=80=9C=E3=81=AF=E9=8F=A1=E3=81=AE=E4=B8=8A=E3=81=AB=E3=81=84?= =?utf8?q?=E3=82=8B=E3=80=8D=E3=81=8C=E5=87=BA=E3=81=AA=E3=81=84=E3=82=88?= =?utf8?q?=E3=81=86=E3=81=AB=E3=81=AA=E3=81=A3=E3=81=A6=E3=81=9F=E3=81=AE?= =?utf8?q?=E3=81=A7=20=E5=87=BA=E3=82=8B=E3=82=88=E3=81=86=E3=81=AB?= =?utf8?q?=E3=81=97=E3=81=9F.?= MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit --- src/xtra2.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/xtra2.c b/src/xtra2.c index 428eb12d9..3883e272e 100644 --- a/src/xtra2.c +++ b/src/xtra2.c @@ -3524,7 +3524,7 @@ if (o_ptr->number != 1) s1 = " } /* Terrain feature if needed */ - if (boring || (feat > FEAT_INVIS)) + if (boring || (feat > FEAT_INVIS) || (c_ptr->info & CAVE_IN_MIRROR)) { cptr name; -- 2.11.0