summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/ng-restr.cc
diff options
context:
space:
mode:
authorAdam Borowski <kilobyte@angband.pl>2013-05-31 03:48:11 +0200
committerAdam Borowski <kilobyte@angband.pl>2013-05-31 03:48:11 +0200
commitb05bf95579ee280fcb9bd761395f39f5cedb6f32 (patch)
treec78c250e71f7693e9a52111512154ed40353941e /crawl-ref/source/ng-restr.cc
parentc3093fb9953058cf00ec7631724313091a6be7bd (diff)
downloadcrawl-ref-b05bf95579ee280fcb9bd761395f39f5cedb6f32.tar.gz
crawl-ref-b05bf95579ee280fcb9bd761395f39f5cedb6f32.zip
Weapons recommendations for Grotesks.
Diffstat (limited to 'crawl-ref/source/ng-restr.cc')
-rw-r--r--crawl-ref/source/ng-restr.cc2
1 files changed, 2 insertions, 0 deletions
diff --git a/crawl-ref/source/ng-restr.cc b/crawl-ref/source/ng-restr.cc
index 9f5cb52098..36b3a9c8eb 100644
--- a/crawl-ref/source/ng-restr.cc
+++ b/crawl-ref/source/ng-restr.cc
@@ -644,6 +644,7 @@ char_choice_restriction weapon_restriction(weapon_type wpn,
case WPN_MACE:
if (ng.species == SP_TROLL
|| ng.species == SP_OGRE
+ || ng.species == SP_GARGOYLE
|| ng.species == SP_DJINNI)
{
return CC_UNRESTRICTED;
@@ -833,6 +834,7 @@ char_choice_restriction weapon_restriction(weapon_type wpn,
case SP_HILL_ORC:
case SP_LAVA_ORC:
case SP_TROLL:
+ case SP_GARGOYLE:
return CC_RESTRICTED;
case SP_FELID:
return CC_BANNED;