gnomish wizard follow-up to follow-up
By request, withdraw the limitation and revert back to preventing all player species from polymorphing into variants of that same species.
This commit is contained in:
@@ -306,8 +306,7 @@ boolean forcecontrol;
|
|||||||
/* The below polyok() fails either if everything is genocided, or if
|
/* The below polyok() fails either if everything is genocided, or if
|
||||||
* we deliberately chose something illegal to force newman().
|
* we deliberately chose something illegal to force newman().
|
||||||
*/
|
*/
|
||||||
if (!polyok(&mons[mntmp]) || !rn2(5)
|
if (!polyok(&mons[mntmp]) || !rn2(5) || your_race(&mons[mntmp]))
|
||||||
|| (Race_if(PM_GNOME) && your_race(&mons[mntmp])))
|
|
||||||
newman();
|
newman();
|
||||||
else if(!polymon(mntmp)) return;
|
else if(!polymon(mntmp)) return;
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user