From the NannyMUD documentation
2000-12-15
NAME
add_protection - add damage protection to a living.LOCATION
/obj/protections.cSYNTAX
varargs int add_protection(string type, object obj)DESCRIPTION
Using this function, you add a protection to a living object. You have to give at least one argument, the damage type. The other is the object on which the protection is noted. It is by default the calling object.SEE ALSO
protections in lfun/living/protection protections in lfun/living/protectionsSEE ALSO
remove_protection in lfun/living/remove_protectionSEE ALSO
query_protection in lfun/living/query_protection