OSDN Git Service

c_ptr->mimicを活用する一連の改造:
[hengband/hengband.git] / src / mspells1.c
index 91a8d27..5d33282 100644 (file)
@@ -372,12 +372,6 @@ bool summon_possible(int y1, int x1)
                        /* Only check a circular area */
                        if (distance(y1, x1, y, x)>2) continue;
 
-#if 0
-                       /* Hack: no summon on glyph of warding */
-                       if (cave[y][x].feat == FEAT_GLYPH) continue;
-                       if (cave[y][x].feat == FEAT_MINOR_GLYPH) continue;
-#endif
-
                        /* ...nor on the Pattern */
                        if ((cave[y][x].feat >= FEAT_PATTERN_START)
                                && (cave[y][x].feat <= FEAT_PATTERN_XTRA2)) continue;