Killed extra space in acid corrosion messages.
git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@1496 c06c8d41-db1a-0410-9941-cceddc491573
FEBNNCNH6C44FRFAJKLVC4QF6JLXVEPYUNMCVUJK3KA3ALKSOC3QC
T2AYVN57EFJQLFUFLAZDXKDAFDGTDLQIEQWQZNYFWJZBYSTYH4QQC
CIPVRZGLOZHCERK6YPOBV3P2E4IAB4H6D5EHLRQE2O5E4P4VCBUAC
K2CS6TCX2NDVL2ASEHGP4J4K4IJ6FP3ANNKTSIWVG43HPYSBX6ZQC
RPOZZWKG5GLPHVZZ7ZKMKS64ZMV2LDCQSARBJFJ6FZOTOKCQO7FAC
(it_resists) ? " resists." : " is eaten away!");
(it_resists) ? "resists." : "is eaten away!");
if (!mons_player_visible( monster )) break;
if (!mons_player_visible( monster ))
break;
static bool plant_spit(monsters *monster, bolt &pbolt)
static void setup_plant_spit(monsters *monster, bolt &pbolt)
bool didSpit = false; char spit_string[INFO_SIZE]; // setup plant spit
bool didSpit = false;
char spit_string[INFO_SIZE];
// setup plant spit
}
static bool plant_spit(monsters *monster, bolt &pbolt){ bool didSpit = false; char spit_string[INFO_SIZE]; setup_plant_spit(monster, pbolt);
{
setup_plant_spit(monster, pbolt);