summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/spells1.h
diff options
context:
space:
mode:
authordolorous <dolorous@c06c8d41-db1a-0410-9941-cceddc491573>2008-05-15 17:05:22 +0000
committerdolorous <dolorous@c06c8d41-db1a-0410-9941-cceddc491573>2008-05-15 17:05:22 +0000
commit525ed47151b7129d1346518d6f74effc4e6f79ac (patch)
tree7e910096fcc61d801809ac7f233690dcd11ad48d /crawl-ref/source/spells1.h
parent0c5e8ac3e5b8724f283c0b9662c9a35cbf600ada (diff)
downloadcrawl-ref-525ed47151b7129d1346518d6f74effc4e6f79ac.tar.gz
crawl-ref-525ed47151b7129d1346518d6f74effc4e6f79ac.zip
When placed under penance or excommunicated by Zin, remove divine
stamina. Also, consolidate the routines for removing Zin's divine robustness, Zin's divine stamina, and TSO's divine shield. git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@5059 c06c8d41-db1a-0410-9941-cceddc491573
Diffstat (limited to 'crawl-ref/source/spells1.h')
-rw-r--r--crawl-ref/source/spells1.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/crawl-ref/source/spells1.h b/crawl-ref/source/spells1.h
index 0e11e96d30..e95537b97e 100644
--- a/crawl-ref/source/spells1.h
+++ b/crawl-ref/source/spells1.h
@@ -57,6 +57,8 @@ int cast_healing(int pow, int target_x = -1, int target_y = -1);
void revitalisation_chain(int amount);
void reduce_revitalisation_chain(int amount);
+void remove_divine_robustness();
+void remove_divine_stamina();
int cast_revitalisation(int pow);
// last updated 24may2000 {dlb}