summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/rltiles
diff options
context:
space:
mode:
authorJohanna Ploog <j-p-e-g@users.sourceforge.net>2009-12-15 15:30:03 +0100
committerJohanna Ploog <j-p-e-g@users.sourceforge.net>2009-12-15 15:32:28 +0100
commitdf34198b7d77aafb9e7347c8b7f8fb0749eb3fa9 (patch)
treebc04e4875d3188c37c3499eff881d99324686834 /crawl-ref/source/rltiles
parent897011da36356074ba0d6154e26bed96b1946b29 (diff)
downloadcrawl-ref-df34198b7d77aafb9e7347c8b7f8fb0749eb3fa9.tar.gz
crawl-ref-df34198b7d77aafb9e7347c8b7f8fb0749eb3fa9.zip
Add the unrandart "hat of Pondering" (ponderousness).
Diffstat (limited to 'crawl-ref/source/rltiles')
-rw-r--r--crawl-ref/source/rltiles/dc-unrand.txt1
-rw-r--r--crawl-ref/source/rltiles/item/armour/artefact/urand_pondering.pngbin0 -> 739 bytes
-rw-r--r--crawl-ref/source/rltiles/tiledef-unrand.cc2
3 files changed, 3 insertions, 0 deletions
diff --git a/crawl-ref/source/rltiles/dc-unrand.txt b/crawl-ref/source/rltiles/dc-unrand.txt
index 82f5f3bafc..37c833f358 100644
--- a/crawl-ref/source/rltiles/dc-unrand.txt
+++ b/crawl-ref/source/rltiles/dc-unrand.txt
@@ -28,6 +28,7 @@ urand_starlight UNRAND_STARLIGHT
urand_ratskin_cloak UNRAND_RATSKIN_CLOAK
urand_gong UNRAND_GONG
urand_clouds UNRAND_RCLOUDS
+urand_pondering UNRAND_PONDERING
%sdir item/weapon/artefact
spwpn_singing_sword UNRAND_SINGING_SWORD
diff --git a/crawl-ref/source/rltiles/item/armour/artefact/urand_pondering.png b/crawl-ref/source/rltiles/item/armour/artefact/urand_pondering.png
new file mode 100644
index 0000000000..2112c795bf
--- /dev/null
+++ b/crawl-ref/source/rltiles/item/armour/artefact/urand_pondering.png
Binary files differ
diff --git a/crawl-ref/source/rltiles/tiledef-unrand.cc b/crawl-ref/source/rltiles/tiledef-unrand.cc
index d94fb597a4..fc02792ad8 100644
--- a/crawl-ref/source/rltiles/tiledef-unrand.cc
+++ b/crawl-ref/source/rltiles/tiledef-unrand.cc
@@ -94,6 +94,7 @@ int unrandart_to_tile(int unrand)
case UNRAND_MAGE: return TILE_UNRAND_MAGE;
case UNRAND_SHIELDING: return TILE_UNRAND_SHIELDING;
case UNRAND_RCLOUDS: return TILE_UNRAND_RCLOUDS;
+ case UNRAND_PONDERING: return TILE_UNRAND_PONDERING;
default: return -1;
}
}
@@ -179,6 +180,7 @@ int unrandart_to_doll_tile(int unrand)
case UNRAND_BEAR_SPIRIT: return TILEP_HELM_BEAR;
case UNRAND_DRAGONMASK: return TILEP_HELM_ART_DRAGONHELM;
case UNRAND_ALCHEMIST: return TILEP_HELM_TURBAN_PURPLE;
+ case UNRAND_PONDERING: return TILEP_HELM_WIZARD_BLUEGREEN;
default: return -1;
}
}