int CanReceive(object ob){ if(ob && ob->GetRace() == "rodent"){ message("info","You are repelled by rodenticide.",ob); return 0; } return ::CanReceive(ob); }
varargs int CheckOrc(object who, mixed where){ object env = environment(who); if( who->GetRace() == "orc" ) { who->eventPrint("You can almost feel the power of the bear as "+ "you wear its skull."); if(env) tell_room(env, who->GetName()+" wears "+GetShort()+ ".", ({who}));