summaryrefslogtreecommitdiffstats
path: root/crawl-ref
diff options
context:
space:
mode:
authordolorous <dolorous@c06c8d41-db1a-0410-9941-cceddc491573>2008-04-17 15:24:06 +0000
committerdolorous <dolorous@c06c8d41-db1a-0410-9941-cceddc491573>2008-04-17 15:24:06 +0000
commitebdcea834b762c737a19e6088002d0853fad9b3e (patch)
treeae3abcf82e620db33dea8ba1061b5986ebe039f1 /crawl-ref
parent84fe89bdc490b8953a6886b62b4f67b98402d3e8 (diff)
downloadcrawl-ref-ebdcea834b762c737a19e6088002d0853fad9b3e.tar.gz
crawl-ref-ebdcea834b762c737a19e6088002d0853fad9b3e.zip
And fix a few more.
git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@4292 c06c8d41-db1a-0410-9941-cceddc491573
Diffstat (limited to 'crawl-ref')
-rw-r--r--crawl-ref/source/randart.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/crawl-ref/source/randart.cc b/crawl-ref/source/randart.cc
index 148248fa63..4c317d2348 100644
--- a/crawl-ref/source/randart.cc
+++ b/crawl-ref/source/randart.cc
@@ -108,11 +108,11 @@ static bool god_fits_artefact(const god_type which_god, const item_def &item)
|| randart_wpn_property( item, RAP_DEXTERITY ) < 0
|| randart_wpn_property( item, RAP_FIRE ) < 0
|| randart_wpn_property( item, RAP_COLD ) < 0
- || randart_wpn_property( item, RAP_CAN_TELEPORT )
|| randart_wpn_property( item, RAP_NOISES )
|| randart_wpn_property( item, RAP_PREVENT_SPELLCASTING )
|| randart_wpn_property( item, RAP_CAUSE_TELEPORTATION )
|| randart_wpn_property( item, RAP_PREVENT_TELEPORTATION )
+ || randart_wpn_property( item, RAP_ANGRY )
|| randart_wpn_property( item, RAP_METABOLISM )
|| randart_wpn_property( item, RAP_MUTAGENIC )
|| randart_wpn_property( item, RAP_ACCURACY ) < 0