git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@1356 c06c8d41-db1a-0410-9941-cceddc491573
ZBTD5R4OOQ5D4W6ZRK2XEGLI3AWI37Z2G5X2EQ6IYPXDYKCKWMFAC snprintf( info, INFO_SIZE, "%s is wielding %s",mons_pronoun( menv[i].type, PRONOUN_CAP ),mitm[mon_wep].name(DESC_NOCAP_A).c_str());
std::ostringstream msg;msg << mons_pronoun( menv[i].type, PRONOUN_CAP )<< " is wielding "<< mitm[mon_wep].name(DESC_NOCAP_A);
strcat(info, " and " );strcat(info, mitm[menv[i].inv[MSLOT_MISSILE]].name(DESC_NOCAP_A).c_str());strcat(info, ".");mpr(info);}else{strcat(info, ".");mpr(info);
msg << " and "<< mitm[menv[i].inv[MSLOT_MISSILE]].name(DESC_NOCAP_A);