git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@4886 c06c8d41-db1a-0410-9941-cceddc491573
C56DCU3P3IMGE6GC4X55ZCUCFY45KQWKPWPCD5UBKH3QMELDOTLAC
OZ5D37MVA3M2COBXAFMD3IZAW55RVPQRQBNTH5HARFWU7SW4PARAC
K2CS6TCX2NDVL2ASEHGP4J4K4IJ6FP3ANNKTSIWVG43HPYSBX6ZQC
if (you.strength < you.max_strength || you.intel < you.max_intel || you.dex < you.max_dex) { success = true; restore_stat(STAT_STRENGTH, 2, true); restore_stat(STAT_INTELLIGENCE, 2, true); restore_stat(STAT_DEXTERITY, 2, true); break; } step = 2; // Deliberate fall through. case 2:
if (you.strength < you.max_strength || you.intel < you.max_intel
|| you.dex < you.max_dex)
{
success = true;
restore_stat(STAT_STRENGTH, 2, true);
restore_stat(STAT_INTELLIGENCE, 2, true);
restore_stat(STAT_DEXTERITY, 2, true);
break;
}
step = 2;
// Deliberate fall through.
case 2:
step = 3;