git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@976 c06c8d41-db1a-0410-9941-cceddc491573
44BRJ7DD6BJ4RBUNE2PZDODHNGYRLNFPGF7OZWTRNDFW5PKAVSPQC
K2CS6TCX2NDVL2ASEHGP4J4K4IJ6FP3ANNKTSIWVG43HPYSBX6ZQC
behaviour_event( mon, ME_ALERT );
char str_pass[ ITEMNAME_SIZE ];
in_name( wpn, DESC_CAP_YOUR, str_pass ); strcpy( info, str_pass ); strcat( info, " bursts into flame!" ); mpr(info);
in_name( wpn, DESC_CAP_YOUR, str_pass );
strcpy( info, str_pass );
strcat( info, " bursts into flame!" );
mpr(info);
mprf("%s bursts into flame!", in_name(wpn, DESC_CAP_YOUR));
mpr("Some ammo you are carrying burns!");
mpr("Some ammunition you are carrying burns!");