OSDN Git Service

自分中心で半径2以上の森の中で暁の戦士を倒すと必ず復活を阻止できるバグ
[hengbandforosx/hengbandosx.git] / src / xtra2.c
index 14215db..af94651 100644 (file)
@@ -950,7 +950,7 @@ msg_print("
                                {
                                        scatter(&wy, &wx, py, px, 20, 0);
                                }
-                               while (!(in_bounds(wy, wx) && cave_floor_bold(wy, wx)) && --attempts);
+                               while (!(in_bounds(wy, wx) && cave_empty_bold2(wy, wx)) && --attempts);
 
                                if (attempts > 0)
                                {