summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/fight.h
diff options
context:
space:
mode:
authordshaligram <dshaligram@c06c8d41-db1a-0410-9941-cceddc491573>2007-10-07 14:55:57 +0000
committerdshaligram <dshaligram@c06c8d41-db1a-0410-9941-cceddc491573>2007-10-07 14:55:57 +0000
commit31a05064c33c78579f5e0c1af3302350f06046c2 (patch)
treeecc0c37f84effe74698bd8ccb7193ccd1c28663e /crawl-ref/source/fight.h
parentff1a1fcbf85c8d8b263fa8dbffda35f76ce9a5e5 (diff)
downloadcrawl-ref-31a05064c33c78579f5e0c1af3302350f06046c2.tar.gz
crawl-ref-31a05064c33c78579f5e0c1af3302350f06046c2.zip
[1808968] Using the weapons of the demon lords in combat angers TSO and Zin.
git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@2365 c06c8d41-db1a-0410-9941-cceddc491573
Diffstat (limited to 'crawl-ref/source/fight.h')
-rw-r--r--crawl-ref/source/fight.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/crawl-ref/source/fight.h b/crawl-ref/source/fight.h
index e4d25eda9f..bf44785488 100644
--- a/crawl-ref/source/fight.h
+++ b/crawl-ref/source/fight.h
@@ -242,6 +242,7 @@ private:
void player_announce_hit();
std::string player_why_missed();
void player_warn_miss();
+ void player_check_weapon_effects();
};
#endif