git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@5037 c06c8d41-db1a-0410-9941-cceddc491573
QMPOKKUAUJ57DVDXG7CFWKICBKAE6NX27F7VS2RPXR7QMKDUQRSQC
/*
When a mimic is hit by a ranged attack, it teleports away (the slow way)
and changes its appearance - the appearance change is in monster_teleport
in mstuff2.
*/
// When a mimic is hit by a ranged attack, it teleports away (the slow
// way) and changes its appearance - the appearance change is in
// monster_teleport() in mstuff2.cc.