00001 /* 00002 * File: godwrath.h 00003 * Summary: Divine retribution. 00004 */ 00005 00006 00007 #ifndef GODWRATH_H 00008 #define GODWRATH_H 00009 00010 bool divine_retribution(god_type god, bool no_bonus = false, bool force = false); 00011 bool do_god_revenge(conduct_type thing_done); 00012 #endif