summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/ng-restr.cc
diff options
context:
space:
mode:
authorelliptic <hyperelliptical@gmail.com>2014-03-06 12:36:08 -0500
committerelliptic <hyperelliptical@gmail.com>2014-03-06 12:37:29 -0500
commit5cb60633dae32e25fb42f214e88f6b22ebe1ca52 (patch)
treeacdcb49ef1ea7d61f37b7a4f214bdf387a7295e0 /crawl-ref/source/ng-restr.cc
parentf7323fe2663ef0a7e311be43f8a8c538288bf61c (diff)
downloadcrawl-ref-5cb60633dae32e25fb42f214e88f6b22ebe1ca52.tar.gz
crawl-ref-5cb60633dae32e25fb42f214e88f6b22ebe1ca52.zip
Restrict starting with bow for spriggans.
Since they can't upgrade to longbow.
Diffstat (limited to 'crawl-ref/source/ng-restr.cc')
-rw-r--r--crawl-ref/source/ng-restr.cc1
1 files changed, 1 insertions, 0 deletions
diff --git a/crawl-ref/source/ng-restr.cc b/crawl-ref/source/ng-restr.cc
index 864dc5b792..f6e0fae63b 100644
--- a/crawl-ref/source/ng-restr.cc
+++ b/crawl-ref/source/ng-restr.cc
@@ -1043,6 +1043,7 @@ char_choice_restriction weapon_restriction(weapon_type wpn,
case SP_HILL_ORC:
case SP_LAVA_ORC:
case SP_FORMICID:
+ case SP_SPRIGGAN:
return CC_RESTRICTED;
case SP_FELID:
return CC_BANNED;