summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/godwrath.h
blob: 8033f3b48703ede4d81e8bd2b31f427f41f5fe78 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
/*
 *  File:       godwrath.h
 *  Summary:    Divine retribution.
 */


#ifndef GODWRATH_H
#define GODWRATH_H

bool divine_retribution(god_type god, bool no_bonus = false);
bool do_god_revenge(conduct_type thing_done);
#endif