summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/player.cc
diff options
context:
space:
mode:
authorharanp <haranp@c06c8d41-db1a-0410-9941-cceddc491573>2007-07-03 10:58:08 +0000
committerharanp <haranp@c06c8d41-db1a-0410-9941-cceddc491573>2007-07-03 10:58:08 +0000
commitde61f774d4b9787e998a24d966b45b5a211761dc (patch)
treef841e89492644243d4f5b08e44a2c60d88fea5cc /crawl-ref/source/player.cc
parent284b3dcc8ae13d9414c8e527e9aa0ebe07921d43 (diff)
downloadcrawl-ref-de61f774d4b9787e998a24d966b45b5a211761dc.tar.gz
crawl-ref-de61f774d4b9787e998a24d966b45b5a211761dc.zip
Made the weapon warning one-off (until you change weapons.)
git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@1726 c06c8d41-db1a-0410-9941-cceddc491573
Diffstat (limited to 'crawl-ref/source/player.cc')
-rw-r--r--crawl-ref/source/player.cc3
1 files changed, 3 insertions, 0 deletions
diff --git a/crawl-ref/source/player.cc b/crawl-ref/source/player.cc
index dcf781a9b4..cf8b5819a0 100644
--- a/crawl-ref/source/player.cc
+++ b/crawl-ref/source/player.cc
@@ -4503,6 +4503,9 @@ void player::init()
hunger = 6000;
hunger_state = HS_SATIATED;
+ wield_change = false;
+ received_weapon_warning = false;
+
gold = 0;
// speed = 10; // 0.75; // unused