git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@8759 c06c8d41-db1a-0410-9941-cceddc491573
FOHNCEC7AFLIUU22WDKUVAFOEYEJ2QWLX2CXQ5XZI2FP5BZNRDEAC simple_monster_message(monster, " appears out of thin air!",MSGCH_PLAIN, 0, DESC_CAP_A);
{// Even if it doesn't interrupt an activity (the player isn't// delayed, the monster isn't hostile) we still want to give// a message.activity_interrupt_data ai(monster, "thin air");if (!interrupt_activity(AI_SEE_MONSTER, ai))simple_monster_message(monster, " appears out of thin air!");}