summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/player.h
diff options
context:
space:
mode:
authordolorous <dolorous@c06c8d41-db1a-0410-9941-cceddc491573>2008-11-07 20:23:35 +0000
committerdolorous <dolorous@c06c8d41-db1a-0410-9941-cceddc491573>2008-11-07 20:23:35 +0000
commit0f8343ac425faa15cc6bb912c6282d0fe97d46fd (patch)
tree6daffdc8603b3b2ca467174f0ab98d527a682881 /crawl-ref/source/player.h
parenta92d651069315fc452f1ca8f32416318468e7a3e (diff)
downloadcrawl-ref-0f8343ac425faa15cc6bb912c6282d0fe97d46fd.tar.gz
crawl-ref-0f8343ac425faa15cc6bb912c6282d0fe97d46fd.zip
Add more miscellaneous fixes.
git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@7402 c06c8d41-db1a-0410-9941-cceddc491573
Diffstat (limited to 'crawl-ref/source/player.h')
-rw-r--r--crawl-ref/source/player.h12
1 files changed, 6 insertions, 6 deletions
diff --git a/crawl-ref/source/player.h b/crawl-ref/source/player.h
index a6c4b5f55c..e466e2f172 100644
--- a/crawl-ref/source/player.h
+++ b/crawl-ref/source/player.h
@@ -420,20 +420,20 @@ void curare_hits_player(int agent, int degree);
bool poison_player(int amount, bool force = false);
void reduce_poison_player(int amount);
-bool confuse_player( int amount, bool resistable = true );
-void reduce_confuse_player( int amount );
+bool confuse_player(int amount, bool resistable = true);
+void reduce_confuse_player(int amount);
-bool slow_player( int amount );
+bool slow_player(int amount);
void dec_slow_player();
-void haste_player( int amount );
+void haste_player(int amount);
void dec_haste_player();
/* return true iff they were diseased */
-bool disease_player( int amount );
+bool disease_player(int amount);
void dec_disease_player();
-bool rot_player( int amount );
+bool rot_player(int amount);
bool player_has_spell( spell_type spell );
size_type player_size( int psize = PSIZE_TORSO, bool base = false );