Vampire in a genocided shape
When you genocided a monster a vampire was shapeshifted into, the vampire might've stayed in the genocided form. Always revert back to vampire form if we tried to pick a genocided form.
This commit is contained in:
@@ -3964,6 +3964,10 @@ pickvampshape(struct monst* mon)
|
|||||||
mndx = (!rn2(4) && !uppercase_only) ? PM_FOG_CLOUD : PM_VAMPIRE_BAT;
|
mndx = (!rn2(4) && !uppercase_only) ? PM_FOG_CLOUD : PM_VAMPIRE_BAT;
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
if (g.mvitals[mndx].mvflags & G_GENOD)
|
||||||
|
return mon->cham;
|
||||||
|
|
||||||
return mndx;
|
return mndx;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user