summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/ng-restr.cc
diff options
context:
space:
mode:
authorSamuel Bronson <naesten@gmail.com>2013-08-22 18:32:52 -0400
committerSamuel Bronson <naesten@gmail.com>2013-08-22 19:04:53 -0400
commitc23b3016c0c742ef2410ec21f4852a2566e94d9a (patch)
tree932029b55c2f7e4b345e29dd1a67ca67e1a336b3 /crawl-ref/source/ng-restr.cc
parentac96337c86093113a19257dcd042e30da2fe4c16 (diff)
downloadcrawl-ref-c23b3016c0c742ef2410ec21f4852a2566e94d9a.tar.gz
crawl-ref-c23b3016c0c742ef2410ec21f4852a2566e94d9a.zip
Falchion no longer OP; don't ban as a starting weapon for anyone.
Diffstat (limited to 'crawl-ref/source/ng-restr.cc')
-rw-r--r--crawl-ref/source/ng-restr.cc2
1 files changed, 0 insertions, 2 deletions
diff --git a/crawl-ref/source/ng-restr.cc b/crawl-ref/source/ng-restr.cc
index b0d9c0ef55..416e12cd5f 100644
--- a/crawl-ref/source/ng-restr.cc
+++ b/crawl-ref/source/ng-restr.cc
@@ -679,8 +679,6 @@ char_choice_restriction weapon_restriction(weapon_type wpn,
return CC_RESTRICTED;
}
case WPN_FALCHION:
- if (ng.job != JOB_FIGHTER && ng.job != JOB_GLADIATOR)
- return CC_BANNED;
switch (ng.species)
{
case SP_HUMAN: