Let golden draconians know that they resist acid.
git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@463 c06c8d41-db1a-0410-9941-cceddc491573
AO7VKBS75RKHQDP3KYUVNMCE562K7NMVO2W3YXH7D5DKMKGO5GOQC
RPOZZWKG5GLPHVZZ7ZKMKS64ZMV2LDCQSARBJFJ6FZOTOKCQO7FAC
K2CS6TCX2NDVL2ASEHGP4J4K4IJ6FP3ANNKTSIWVG43HPYSBX6ZQC
mpr( "You actions are slowed." );
mpr( "Your actions are slowed." );
mpr( "You actions are hasted." );
mpr( "Your actions are hasted." );
};const char* naga_speed_descrip[4] = { "You cover the ground very slowly.", // 10*14/10 = 14 "You cover the ground rather slowly.", // 8*14/10 = 11 "You cover the ground rather quickly.", // 7*14/10 = 9 "You cover the ground quickly.", // 6*14/10 = 8
};
const char* naga_speed_descrip[4] = {
"You cover the ground very slowly.", // 10*14/10 = 14
"You cover the ground rather slowly.", // 8*14/10 = 11
"You cover the ground rather quickly.", // 7*14/10 = 9
"You cover the ground quickly.", // 6*14/10 = 8
cprintf("You move rather slowly." EOL);
// slowness can be overriden cprintf("%s" EOL, naga_speed_descrip[you.mutation[MUT_FAST]]);
// slowness can be overriden
cprintf("%s" EOL, naga_speed_descrip[you.mutation[MUT_FAST]]);
j++;
cprintf("You are resistant to acid." EOL); j += 2;
cprintf("You are resistant to acid." EOL);
j += 2;
if (you.species == SP_NAGA && i == MUT_BREATHE_POISON)
if (you.species == SP_NAGA && (i == MUT_BREATHE_POISON || i == MUT_FAST))
if (you.species == SP_NAGA &&
(i == MUT_BREATHE_POISON || i == MUT_FAST))