summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/randart.cc
diff options
context:
space:
mode:
authordolorous <dolorous@c06c8d41-db1a-0410-9941-cceddc491573>2008-04-17 01:23:31 +0000
committerdolorous <dolorous@c06c8d41-db1a-0410-9941-cceddc491573>2008-04-17 01:23:31 +0000
commit042770c4da4db08091ed4df2eb6a5e6eb1b0dd54 (patch)
tree5c8e080b7c61a37700dc24fa782129ab0132b8b4 /crawl-ref/source/randart.cc
parent2b77a49fb98420b4ba7c36a7f2f5a0df2a2b64b8 (diff)
downloadcrawl-ref-042770c4da4db08091ed4df2eb6a5e6eb1b0dd54.tar.gz
crawl-ref-042770c4da4db08091ed4df2eb6a5e6eb1b0dd54.zip
Remove the prohibition on mutagenic TSO gifts, as it really doesn't fir
the theme, and fix a comment. git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@4279 c06c8d41-db1a-0410-9941-cceddc491573
Diffstat (limited to 'crawl-ref/source/randart.cc')
-rw-r--r--crawl-ref/source/randart.cc3
1 files changed, 1 insertions, 2 deletions
diff --git a/crawl-ref/source/randart.cc b/crawl-ref/source/randart.cc
index f8533b0146..1c397c210f 100644
--- a/crawl-ref/source/randart.cc
+++ b/crawl-ref/source/randart.cc
@@ -98,7 +98,6 @@ static bool god_fits_artefact(const god_type which_god, const item_def &item)
|| randart_wpn_property( item, RAP_BLINK )
|| randart_wpn_property( item, RAP_CAN_TELEPORT )
|| randart_wpn_property( item, RAP_CAUSE_TELEPORTATION )
- || randart_wpn_property( item, RAP_MUTAGENIC )
|| randart_wpn_property( item, RAP_CURSED )
|| randart_wpn_property( item, RAP_STEALTH ) > 0)
{
@@ -107,7 +106,7 @@ static bool god_fits_artefact(const god_type which_god, const item_def &item)
// Hack: Since TSO gifts change the wielded weapon, make sure
// that any drains to strength, intelligence, or dexterity
- // don't kill the player.
+ // that are on it don't kill the player.
if (!safe_to_remove_or_wear(item, false, true))
return (false);