summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/wiz-mon.cc
diff options
context:
space:
mode:
authorChris Campbell <chriscampbell89@gmail.com>2014-02-24 15:53:33 +0000
committerChris Campbell <chriscampbell89@gmail.com>2014-02-24 16:03:34 +0000
commitc3c125f5b38131e0d79b4ed228bf6e3d9bfd55ec (patch)
tree6e6ab669db37194a0d4affaa7d37657a38714337 /crawl-ref/source/wiz-mon.cc
parentcd953f784cd3eb197096fcb9b7864d1386f85fa4 (diff)
downloadcrawl-ref-c3c125f5b38131e0d79b4ed228bf6e3d9bfd55ec.tar.gz
crawl-ref-c3c125f5b38131e0d79b4ed228bf6e3d9bfd55ec.zip
Don't generate racial weapons or launchers
The effects of racial weapons were very minimal and unlikely to be noticed. Even if they were made significant, they would only apply to a very small subset of races. The only somewhat notable effect was Beogh's slight slaying bonus (and even that was very minor), this could be compensated for in some other way if necessary. Racial armour has slightly more noticeable effects and currently still remains, but could probably be removed too (potentially replacing the racial effects with armour egos instead).
Diffstat (limited to 'crawl-ref/source/wiz-mon.cc')
-rw-r--r--crawl-ref/source/wiz-mon.cc6
1 files changed, 0 insertions, 6 deletions
diff --git a/crawl-ref/source/wiz-mon.cc b/crawl-ref/source/wiz-mon.cc
index 8d714499e8..74d4239c07 100644
--- a/crawl-ref/source/wiz-mon.cc
+++ b/crawl-ref/source/wiz-mon.cc
@@ -106,12 +106,6 @@ static int _make_mimic_item(object_class_type type)
set_equip_desc(item, ISFLAG_GLOWING);
else if (prop < 80)
set_equip_desc(item, ISFLAG_RUNED);
- else if (prop < 85)
- set_equip_race(item, ISFLAG_ORCISH);
- else if (prop < 90)
- set_equip_race(item, ISFLAG_DWARVEN);
- else if (prop < 95)
- set_equip_race(item, ISFLAG_ELVEN);
break;
case OBJ_ARMOUR: