summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/artefact.cc
diff options
context:
space:
mode:
authorAdam Borowski <kilobyte@angband.pl>2013-10-01 02:05:21 +0200
committerAdam Borowski <kilobyte@angband.pl>2013-10-01 02:05:21 +0200
commit57e1ccf0ea2ad4ef10a53be6dc3427e078921423 (patch)
treea5b4cb380ca8657f0ab1f880164725ea9917a6cb /crawl-ref/source/artefact.cc
parenta0bc75126e1ca88e0c17b1271e93c4544d2a1a54 (diff)
downloadcrawl-ref-57e1ccf0ea2ad4ef10a53be6dc3427e078921423.tar.gz
crawl-ref-57e1ccf0ea2ad4ef10a53be6dc3427e078921423.zip
Set Arga's racial make to "dwarven".
Diffstat (limited to 'crawl-ref/source/artefact.cc')
-rw-r--r--crawl-ref/source/artefact.cc2
1 files changed, 2 insertions, 0 deletions
diff --git a/crawl-ref/source/artefact.cc b/crawl-ref/source/artefact.cc
index 58077e4209..53983f8711 100644
--- a/crawl-ref/source/artefact.cc
+++ b/crawl-ref/source/artefact.cc
@@ -2022,6 +2022,8 @@ bool make_item_unrandart(item_def &item, int unrand_index)
_make_faerie_armour(item);
else if (unrand_index == UNRAND_OCTOPUS_KING_RING)
_make_octoring(item);
+ else if (unrand_index == UNRAND_ARGA)
+ set_equip_race(item, ISFLAG_DWARVEN);
else if (unrand_index == UNRAND_WOE && you.species != SP_FELID
&& !you.could_wield(item, true, true))
{