#include <effect.h>
#define SHADOW "/std/shadows/other/playtesting"
/* arg is the entrance they are taking cover from.
*/
string query_classification() { return "PT.item"; }
string query_shadow_ob() {return SHADOW; }
int query_indefinaite() { return 1;}
int merge_effect( object ) {
return 1;
}