version 1.70 | | version 1.71 |
---|
| | |
/* | | /* |
* static char *rcsid_time_c = | | * static char *rcsid_time_c = |
* "$Id: time.c,v 1.70 2005/07/16 21:10:40 akirschbaum Exp $"; | | * "$Id: time.c,v 1.71 2005/07/19 20:59:35 ryo_saeba Exp $"; |
*/ | | */ |
| | |
/* | | /* |
| | |
/* if we didn't find our own MARK */ | | /* if we didn't find our own MARK */ |
if(tmp2==NULL) { | | if(tmp2==NULL) { |
| | |
object *force = get_archetype("force"); | | object *force = get_archetype(FORCE_NAME); |
force->speed = 0; | | force->speed = 0; |
if(op->stats.food) { | | if(op->stats.food) { |
force->speed = 0.01; | | force->speed = 0.01; |