@@ -1963,7 +1963,7 @@ zombify_mon(anything *arg, long timeout)
|
|||||||
struct obj *body = arg->a_obj;
|
struct obj *body = arg->a_obj;
|
||||||
int zmon = zombie_form(&mons[body->corpsenm]);
|
int zmon = zombie_form(&mons[body->corpsenm]);
|
||||||
|
|
||||||
if (zmon != NON_PM) {
|
if (zmon != NON_PM && !(g.mvitals[zmon].mvflags & G_GENOD)) {
|
||||||
if (has_omid(body))
|
if (has_omid(body))
|
||||||
free_omid(body);
|
free_omid(body);
|
||||||
if (has_omonst(body))
|
if (has_omonst(body))
|
||||||
|
|||||||
Reference in New Issue
Block a user