they should be yet another note type, but NOTE_MESSAGE works for now.)
git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@2490 c06c8d41-db1a-0410-9941-cceddc491573
BC55WY3GQDR5FEHWPC45YARY4C33X5SN6XR47TKIL76YDZNDUVAQC
FJ2URTFOTFNB5VZUQMFTO7MMQBBWSOPRY2RE3UG2ZFJYOXBIMC7QC
DTO3EUKWHZ5RJNGNCFYXSOVTIPVXPP637F2W7WFGYKJ7JK7VNKNQC
K2CS6TCX2NDVL2ASEHGP4J4K4IJ6FP3ANNKTSIWVG43HPYSBX6ZQC
2KTJHQUX2LTU2BCLS5YXVRRKMOYKKIZAPF2LBKORFGSHEN5IO3IAC
int icky = 0;
icky = find_okay_unrandart( OBJ_WEAPONS, force_type );
const int icky=find_okay_unrandart(OBJ_WEAPONS,force_type);
icky = find_okay_unrandart(OBJ_ARMOUR);
const int icky = find_okay_unrandart(OBJ_ARMOUR);
icky = find_okay_unrandart(OBJ_JEWELLERY);
const int icky = find_okay_unrandart(OBJ_JEWELLERY);
take_note(Note(NOTE_USER_NOTE, 0, 0, what.c_str()), true);
take_note(Note(NOTE_MESSAGE, 0, 0, what.c_str()), true);
take_note(Note(NOTE_USER_NOTE, 0, 0, notestr.str().c_str()));
take_note(Note(NOTE_MESSAGE, 0, 0, notestr.str().c_str()));