diff --git a/src/teleport.c b/src/teleport.c index 34707085d..5baf2d9e4 100644 --- a/src/teleport.c +++ b/src/teleport.c @@ -355,6 +355,8 @@ boolean allow_drag; } } } + You("materialize in %s location!", + (nux == u.ux0 && nuy == u.uy0) ? "the same" : "a different"); /* must set u.ux, u.uy after drag_ball(), which may need to know the old position if allow_drag is true... */ u_on_newpos(nux, nuy); /* set u., usteed->; cliparound() */