Function set_resist:
Defined in module m_damage_sink (file: /std/modules/m_damage_sink.c)

set_resist(type, amt) specifies that for damage of type 'type', the armor
class should be increased by 'amt'

Prototype:
void set_resist(string type, int amt);
