Make WIZARD unconditional.
This commit is contained in:
@@ -177,10 +177,8 @@ doride()
|
||||
if (u.usteed) {
|
||||
dismount_steed(DISMOUNT_BYCHOICE);
|
||||
} else if (getdir((char *)0) && isok(u.ux+u.dx, u.uy+u.dy)) {
|
||||
#ifdef WIZARD
|
||||
if (wizard && yn("Force the mount to succeed?") == 'y')
|
||||
forcemount = TRUE;
|
||||
#endif
|
||||
return (mount_steed(m_at(u.ux+u.dx, u.uy+u.dy), forcemount));
|
||||
} else {
|
||||
return 0;
|
||||
@@ -225,11 +223,9 @@ mount_steed(mtmp, force)
|
||||
*/
|
||||
if (Wounded_legs) {
|
||||
Your("%s are in no shape for riding.", makeplural(body_part(LEG)));
|
||||
#ifdef WIZARD
|
||||
if (force && wizard && yn("Heal your legs?") == 'y')
|
||||
HWounded_legs = EWounded_legs = 0;
|
||||
else
|
||||
#endif
|
||||
return (FALSE);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user