when they are pushed onto the queue. Fixes 1797499.
git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@2161 c06c8d41-db1a-0410-9941-cceddc491573
PSLBTBSCSC65MRX6TEGGFNKPXLP4OE2FZYGMM6VRJTBXTTGMP5UQC JM7UAK777RAVDAVLQLEOBRTGNW2B47S5G55XITJXO243IUNZHVYQC MBBPLL4SZUB3JUUYQYLZW7S5OXRCEGJX3WWADOQXGHWQ7BIKCY5QC K2CS6TCX2NDVL2ASEHGP4J4K4IJ6FP3ANNKTSIWVG43HPYSBX6ZQC P2ZCF3BBG523ZEOD6XQA4X5YEHBTWH3IM33YVHXP2SQ5POXZIH4QC RPOZZWKG5GLPHVZZ7ZKMKS64ZMV2LDCQSARBJFJ6FZOTOKCQO7FAC 4EZVKDQA5GM3QDTNTCKEKGH4F6LGAYNLBT756PXODKZ2B7C4ZVHAC // we actually butcher nowif ( teeth_butcher || barehand_butcher )mpr("You start tearing the corpse apart.");elsempr("You start hacking away.");
switch ( delay.type ){case DELAY_ARMOUR_ON:mpr("You start putting on your armour.", MSGCH_MULTITURN_ACTION);break;case DELAY_ARMOUR_OFF:mpr("You start removing your armour.", MSGCH_MULTITURN_ACTION);break;case DELAY_MEMORISE:mpr("You start memorising the spell.", MSGCH_MULTITURN_ACTION);break;case DELAY_PASSWALL:mpr("You begin to meditate on the wall.", MSGCH_MULTITURN_ACTION);break;default:break;}
if ( !delay.started ){switch ( delay.type ){case DELAY_ARMOUR_ON:mpr("You start putting on your armour.", MSGCH_MULTITURN_ACTION);break;case DELAY_ARMOUR_OFF:mpr("You start removing your armour.", MSGCH_MULTITURN_ACTION);break;case DELAY_BUTCHER:mpr("You start butchering the corpse.", MSGCH_MULTITURN_ACTION);break;case DELAY_MEMORISE:mpr("You start memorising the spell.", MSGCH_MULTITURN_ACTION);break;case DELAY_PASSWALL:mpr("You begin to meditate on the wall.", MSGCH_MULTITURN_ACTION);break;default:break;}delay.started = true;}