version 1.9 | version 1.10 | |||
---|---|---|---|---|
|
| |||
/* | /* | |||
* static char *rcsid_rune_c = | * static char *rcsid_rune_c = | |||
* "$Id: rune.c,v 1.9 2000/11/06 23:06:47 jec Exp $"; | * "$Id: rune.c,v 1.10 2000/12/04 00:40:05 cvs Exp $"; | |||
*/ | */ | |||
/* | /* | |||
|
| |||
*/ | */ | |||
void move_rune(object *op) { | void move_rune(object *op) { | |||
object *tmp; | ||||
int det=0; | int det=0; | |||
if(!op->level) {return;} /* runes of level zero cannot detonate. */ | if(!op->level) {return;} /* runes of level zero cannot detonate. */ | |||
det=op->invisible; | det=op->invisible; |
Legend:
|