version 1.33 | version 1.34 | |||
---|---|---|---|---|
|
| |||
%{ | %{ | |||
/* | /* | |||
* static char *rcsid_object_c = | * static char *rcsid_object_c = | |||
* "$Id: loader.l,v 1.33 2002/11/06 09:47:23 garbled Exp $"; | * "$Id: loader.l,v 1.34 2003/01/04 00:28:51 mwedel Exp $"; | |||
*/ | */ | |||
/* | /* | |||
|
| |||
} | } | |||
} | } | |||
if (QUERY_FLAG(op, FLAG_MONSTER)) { | ||||
if (op->stats.hp > op->stats.maxhp) | ||||
LOG(llevDebug,"Monster %s has hp set higher than maxhp (%d>%d)\n", | ||||
op->name, | ||||
op->stats.hp, op->stats.maxhp); | ||||
} | ||||
} | } | |||
Legend:
|