mkshop
void mkshop(void);
if(wizard && getenv("SHOPTYPE")) mkshop(); else
if(dlevel > 1 && dlevel < 20 && rn2(dlevel) < 3) mkshop();