version 1.7 | | version 1.8 |
---|
| | |
/* | | /* |
* static char *rcsid_move_c = | | * static char *rcsid_move_c = |
* "$Id: move.c,v 1.7 2001/08/05 05:07:20 mwedel Exp $"; | | * "$Id: move.c,v 1.8 2001/08/27 16:47:47 gros Exp $"; |
*/ | | */ |
| | |
/* | | /* |
| | |
hit_player(tmp_ob,5,op,AT_PHYSICAL); /* Tear down the earthwall */ | | hit_player(tmp_ob,5,op,AT_PHYSICAL); /* Tear down the earthwall */ |
return 0; | | return 0; |
} | | } |
| | tmp_ob = tmp_ob->above; |
} | | } |
} | | } |
if (op->will_apply&8 ) { | | if (op->will_apply&8 ) { |
| | |
hit_player(tmp_ob,9999,op,AT_PHYSICAL); /* Tear down the earthwall */ | | hit_player(tmp_ob,9999,op,AT_PHYSICAL); /* Tear down the earthwall */ |
return 0; | | return 0; |
} | | } |
| | tmp_ob = tmp_ob->above; |
} | | } |
} | | } |
| | |