version 1.70 | | version 1.71 |
---|
| | |
%{ | | %{ |
/* | | /* |
* static char *rcsid_object_c = | | * static char *rcsid_object_c = |
* "$Id: loader.l,v 1.70 2005/11/16 08:16:00 mwedel Exp $"; | | * "$Id: loader.l,v 1.71 2005/12/05 22:58:34 akirschbaum Exp $"; |
*/ | | */ |
| | |
/* | | /* |
| | |
/* The archs just need to be updated for this */ | | /* The archs just need to be updated for this */ |
if (op->move_type ==0) op->move_type = MOVE_WALK; | | if (op->move_type ==0) op->move_type = MOVE_WALK; |
} | | } |
if ((QUERY_FLAG(op,FLAG_GENERATOR)) && QUERY_FLAG(op,FLAG_CONTENT_ON_GEN)){ | | if ((QUERY_FLAG(op,FLAG_GENERATOR) && QUERY_FLAG(op,FLAG_CONTENT_ON_GEN)) |
/* Generator will duplicate it's content as part of the | | || op->type == CREATOR |
| | || op->type == CONVERTER) { |
| | /* Object will duplicate it's content as part of the |
* generation process. To do this, we must flag inventory | | * generation process. To do this, we must flag inventory |
* so it remains unevaluated concerning the randomitems and | | * so it remains unevaluated concerning the randomitems and |
* the living (a demonlord shouldn't cast from inside generator!) | | * the living (a demonlord shouldn't cast from inside generator!) |