version 1.25 | | version 1.26 |
---|
| | |
%{ | | %{ |
/* | | /* |
* static char *rcsid_object_c = | | * static char *rcsid_object_c = |
* "$Id: loader.l,v 1.25 2002/07/15 04:57:12 mwedel Exp $"; | | * "$Id: loader.l,v 1.26 2002/07/18 04:41:14 mwedel Exp $"; |
*/ | | */ |
| | |
/* | | /* |
| | |
op->gen_sp_armour = op->last_heal; | | op->gen_sp_armour = op->last_heal; |
op->last_heal = 0; | | op->last_heal = 0; |
} | | } |
ip = calc_item_power(op, 0); | | if (editor) ip =0; |
| | else ip = calc_item_power(op, 0); |
/* Legacy objects from before item power was in the game */ | | /* Legacy objects from before item power was in the game */ |
if (!op->item_power && ip) { | | if (!op->item_power && ip) { |
if (ip > 3) { | | if (ip > 3) { |