version 1.4 | | version 1.5 |
---|
| | |
/* | | /* |
* static char *rcsid_living_c = | | * static char *rcsid_living_c = |
* "$Id: living.c,v 1.4 2000/05/15 20:57:44 jec Exp $"; | | * "$Id: living.c,v 1.5 2000/05/26 09:50:45 jec Exp $"; |
*/ | | */ |
| | |
/* | | /* |
| | |
(*draw_info_func)(NDI_UNIQUE, 0, op,"You float a little lower in the air."); | | (*draw_info_func)(NDI_UNIQUE, 0, op,"You float a little lower in the air."); |
else { | | else { |
(*draw_info_func)(NDI_UNIQUE, 0, op,"You float down to the ground."); | | (*draw_info_func)(NDI_UNIQUE, 0, op,"You float down to the ground."); |
check_walk_on(op); | | check_walk_on (op, op); |
} | | } |
} | | } |
} | | } |