summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/ng-restr.cc
diff options
context:
space:
mode:
authorNeil Moore <neil@s-z.org>2013-06-13 01:53:42 -0400
committerNeil Moore <neil@s-z.org>2013-06-13 01:53:42 -0400
commit26e1ed518dd72138f68160ce9e46d7a27a921e78 (patch)
tree78b7c1c5817b580049c230d3094c1aacd88aa29b /crawl-ref/source/ng-restr.cc
parent33f0eee90e27a9ca18b24e57c2e7240c8dcf3680 (diff)
downloadcrawl-ref-26e1ed518dd72138f68160ce9e46d7a27a921e78.tar.gz
crawl-ref-26e1ed518dd72138f68160ce9e46d7a27a921e78.zip
Unrestrict staves for gargoyles.
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 930a60c501..8271a8eb68 100644
--- a/crawl-ref/source/ng-restr.cc
+++ b/crawl-ref/source/ng-restr.cc
@@ -748,6 +748,7 @@ char_choice_restriction weapon_restriction(weapon_type wpn,
case SP_SLUDGE_ELF:
case SP_BASE_DRACONIAN:
case SP_DJINNI:
+ case SP_GARGOYLE:
return CC_UNRESTRICTED;
default: