M4: Add term_message for mine room entrances

This commit is contained in:
Paul Gilbert 2024-02-07 18:45:58 -08:00
parent 657a684415
commit 3bb079bc2d

View File

@ -195,6 +195,10 @@ void Mine::daemon() {
player_set_commands_allowed(false);
ws_walk(ei.home_x, ei.home_y, nullptr, 303, ei.home_facing);
term_message("Mine entry %d at (%d,%d) to (%d,%d, %d)",
_presentSceneID,
ei.offscreen_x, ei.offscreen_y,
ei.home_x, ei.home_y, ei.home_facing);
break;
}