doaltarobj(obj)/* obj is an object dropped on an altar */
registerstructobj*obj;
{
#ifndef GOLDOBJ
if(Blind)
#else
if(Blind||obj->oclass==GOLD_CLASS)
#endif
return;
/* KMH, conduct */
Reference in New Issue
Block a user
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.