version 1.28 | | version 1.29 |
---|
| | |
/* | | /* |
* static char *rcsid_move_c = | | * static char *rcsid_move_c = |
* "$Id: move.c,v 1.28 2003/03/19 08:04:51 mwedel Exp $"; | | * "$Id: move.c,v 1.29 2003/09/04 06:25:32 temitchell Exp $"; |
*/ | | */ |
| | |
/* | | /* |
| | |
} | | } |
(void) move_ob(pusher,dir,pusher); | | (void) move_ob(pusher,dir,pusher); |
new_draw_info_format(NDI_BLACK, 0, pusher, | | new_draw_info_format(NDI_BLACK, 0, pusher, |
"You roll the %s.",query_name(op)); | | "You move the %s.",query_name(op)); |
return; | | return; |
} | | } |
| | |
| | |
else | | else |
{ | | { |
new_draw_info_format(NDI_UNIQUE, 0, pusher, | | new_draw_info_format(NDI_UNIQUE, 0, pusher, |
"You avoid to attack %s .",who->name); | | "You avoid attacking %s .",who->name); |
} | | } |
} | | } |
| | |