/* A temporary loss in str and con, as it should be rather weakening,
* but also a tmp_raise in wisdom - one should hope someone gets wiser
* from this ordeal...
*/
inherit "/std/effect_shadow";
int query_str() {
return player->query_str() - 2;
} /* query_str() */
int query_con() {
return player->query_con() - 1;
} /* query_str() */
int query_wis() {
return player->query_wis() + 2;
} /* query_wis() */