git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@4945 c06c8d41-db1a-0410-9941-cceddc491573
TQ5WG3P6KIXC37BIGCO4R3ELWVBRHZ3K7QOQ2HU67P4CTVDXZEEAC
XTUKLNRQ6OB4SAJFCF7XT5A643QXGNMEW4YHZTOSSAKZAGHJALZAC
ZCSYP2AFLY5QD4NAZSLAO33QYTVITJVRAJMFOE33CZZRVCWYXHNQC
K2CS6TCX2NDVL2ASEHGP4J4K4IJ6FP3ANNKTSIWVG43HPYSBX6ZQC
// Restore all stats completely.
// Restore all stats by 3 points.
restore_stat(STAT_STRENGTH, 0, true); restore_stat(STAT_INTELLIGENCE, 0, true); restore_stat(STAT_DEXTERITY, 0, true);
restore_stat(STAT_STRENGTH, 0, true);
restore_stat(STAT_INTELLIGENCE, 0, true);
restore_stat(STAT_DEXTERITY, 0, true);
restore_stat(STAT_STRENGTH, 3, true); restore_stat(STAT_INTELLIGENCE, 3, true); restore_stat(STAT_DEXTERITY, 3, true);
restore_stat(STAT_STRENGTH, 3, true);
restore_stat(STAT_INTELLIGENCE, 3, true);
restore_stat(STAT_DEXTERITY, 3, true);