处理游戏中的特定事件和行为,例如清除特定的走廊、处理特定怪物的移动等。

pull/3/head
luojunhui 1 year ago
parent b97ce581eb
commit 86a82d3fb2

@ -836,7 +836,7 @@ gd_move_cleanup(
*/
x = grd->mx, y = grd->my;
see_guard = canspotmon(grd);
parkguard(grd); /* move to <0,0> */
parkguard(grd);
wallify_vault(grd);
restfakecorr(grd);
debugpline2("gd_move_cleanup: %scleanup%s",

Loading…
Cancel
Save