From 525ed47151b7129d1346518d6f74effc4e6f79ac Mon Sep 17 00:00:00 2001 From: dolorous Date: Thu, 15 May 2008 17:05:22 +0000 Subject: 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 --- crawl-ref/source/spells4.h | 1 + 1 file changed, 1 insertion(+) (limited to 'crawl-ref/source/spells4.h') diff --git a/crawl-ref/source/spells4.h b/crawl-ref/source/spells4.h index 937bdabe13..b29418a055 100644 --- a/crawl-ref/source/spells4.h +++ b/crawl-ref/source/spells4.h @@ -25,6 +25,7 @@ int disperse_monsters(int x, int y, int pow, int message); void cast_bend(int pow); void cast_condensation_shield(int pow); +void remove_divine_shield(void); void cast_divine_shield(void); void cast_detect_secret_doors(int pow); void cast_discharge(int pow); -- cgit v1.2.3-54-g00ecf