summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/newgame.cc
diff options
context:
space:
mode:
authordolorous <dolorous@c06c8d41-db1a-0410-9941-cceddc491573>2009-02-23 21:52:20 +0000
committerdolorous <dolorous@c06c8d41-db1a-0410-9941-cceddc491573>2009-02-23 21:52:20 +0000
commit17379aed739075a9781b5085734e267ca059ab9a (patch)
tree7b136bdf80326b081d6e273318179e3468cc5b43 /crawl-ref/source/newgame.cc
parent7e3979a7b563f3b0e6897af0a01a6dd28ce96515 (diff)
downloadcrawl-ref-17379aed739075a9781b5085734e267ca059ab9a.tar.gz
crawl-ref-17379aed739075a9781b5085734e267ca059ab9a.zip
Add yet another minor cosmetic fix.
git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@9186 c06c8d41-db1a-0410-9941-cceddc491573
Diffstat (limited to 'crawl-ref/source/newgame.cc')
-rw-r--r--crawl-ref/source/newgame.cc1
1 files changed, 1 insertions, 0 deletions
diff --git a/crawl-ref/source/newgame.cc b/crawl-ref/source/newgame.cc
index 2f9370ea73..daf35092a2 100644
--- a/crawl-ref/source/newgame.cc
+++ b/crawl-ref/source/newgame.cc
@@ -4643,6 +4643,7 @@ bool _give_items_skills()
weap_skill = 3;
break;
}
+
case JOB_MONK:
you.equip[EQ_WEAPON] = -1; // Monks fight unarmed.