summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source
diff options
context:
space:
mode:
authorj-p-e-g <j-p-e-g@c06c8d41-db1a-0410-9941-cceddc491573>2009-02-26 16:14:20 +0000
committerj-p-e-g <j-p-e-g@c06c8d41-db1a-0410-9941-cceddc491573>2009-02-26 16:14:20 +0000
commit342d93c81d1189ead083ff972eb6e874f041d9a3 (patch)
tree23de5d1149cee70fa7a41567e9aec645e95a32ce /crawl-ref/source
parent2c81407fbf68a2cb42edc599ccfd050987b8fcbe (diff)
downloadcrawl-ref-342d93c81d1189ead083ff972eb6e874f041d9a3.tar.gz
crawl-ref-342d93c81d1189ead083ff972eb6e874f041d9a3.zip
* Add tiles for Eustachio and Roxanne. This leaves Sonja, Azrael,
Nergalle, and Saint Roka, for none of which I've got a clear image I can reconcile with the depiction of the base monster. :p * Add quiver backwards key to keybind.txt. (Some other newer commands may still be missing, I don't know.) git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@9226 c06c8d41-db1a-0410-9941-cceddc491573
Diffstat (limited to 'crawl-ref/source')
-rw-r--r--crawl-ref/source/dat/descript/monsters.txt8
-rw-r--r--crawl-ref/source/rltiles/dc-mon.txt4
-rw-r--r--crawl-ref/source/rltiles/dc-mon/unique/eustachio.pngbin0 -> 1002 bytes
-rw-r--r--crawl-ref/source/rltiles/dc-mon/unique/roxanne.pngbin0 -> 631 bytes
-rw-r--r--crawl-ref/source/tilepick.cc4
5 files changed, 10 insertions, 6 deletions
diff --git a/crawl-ref/source/dat/descript/monsters.txt b/crawl-ref/source/dat/descript/monsters.txt
index dc4af60fa4..fbe80dec0e 100644
--- a/crawl-ref/source/dat/descript/monsters.txt
+++ b/crawl-ref/source/dat/descript/monsters.txt
@@ -250,7 +250,7 @@ A fair-haired mage, wandering and seemingly half-mad with grief and guilt.
%%%%
Roxanne
-A beautiful sapphire statue of a famous earth mage who disappeared after a catastrophic spell failure.
+A beautiful sapphire statue of a famous earth mage who disappeared after a catastrophic spell failure. It is clutching a book.
%%%%
Rupert
@@ -277,7 +277,7 @@ Sigmund
And the song, and the tinkling of harp-strings to the roof-tree winded up;
And Sigmund was dreamy with wine and the wearing of many a year;
- And the noise and the glee of the people as the sound of the wild woods were
+ And the noise and the glee of the people as the sound of the wild woods were
And the blossoming boughs of the Branstock were the wild trees waving about;
So he said: 'Well seen, my fosterling; let the lip then strain it out.'"
@@ -574,7 +574,7 @@ A huge grey slug with folds of wrinkled skin.
%%%%
elf
-One of the race of elves which inhabits this dreary cave.
+One of the race of elves which inhabits this dreary cave.
%%%%
ettin
@@ -719,7 +719,7 @@ A huge wrinkled brain, floating just off the floor. Every now and then it seems
%%%%
giant slug
-A huge and disgusting gastropod.
+A huge and disgusting gastropod.
%%%%
giant snail
diff --git a/crawl-ref/source/rltiles/dc-mon.txt b/crawl-ref/source/rltiles/dc-mon.txt
index 0b6e03a389..ca5bdda264 100644
--- a/crawl-ref/source/rltiles/dc-mon.txt
+++ b/crawl-ref/source/rltiles/dc-mon.txt
@@ -248,6 +248,9 @@ toenail_golem MONS_TOENAIL_GOLEM
wood_golem MONS_WOOD_GOLEM
## Statues (also '8')
+%sdir dc-mon/unique
+roxanne MONS_ROXANNE
+%sdir dc-mon
ice_statue ICE_STATUE
silver_statue SILVER_STATUE
orange_crystal_statue ORANGE_CRYSTAL_STATUE
@@ -265,6 +268,7 @@ donald MONS_DONALD
duane MONS_DUANE
edmund MONS_EDMUND
erica MONS_ERICA
+eustachio MONS_EUSTACHIO
frances MONS_FRANCES
francis MONS_FRANCIS
frederick MONS_FREDERICK
diff --git a/crawl-ref/source/rltiles/dc-mon/unique/eustachio.png b/crawl-ref/source/rltiles/dc-mon/unique/eustachio.png
new file mode 100644
index 0000000000..8f91aac995
--- /dev/null
+++ b/crawl-ref/source/rltiles/dc-mon/unique/eustachio.png
Binary files differ
diff --git a/crawl-ref/source/rltiles/dc-mon/unique/roxanne.png b/crawl-ref/source/rltiles/dc-mon/unique/roxanne.png
new file mode 100644
index 0000000000..0c006ca206
--- /dev/null
+++ b/crawl-ref/source/rltiles/dc-mon/unique/roxanne.png
Binary files differ
diff --git a/crawl-ref/source/tilepick.cc b/crawl-ref/source/tilepick.cc
index b6d51aa45b..5375abb605 100644
--- a/crawl-ref/source/tilepick.cc
+++ b/crawl-ref/source/tilepick.cc
@@ -912,7 +912,7 @@ static int _tileidx_monster_base(const monsters *mon, bool detected)
case MONS_MURRAY:
return TILEP_MONS_MURRAY;
case MONS_ROXANNE:
- return TILEP_ICE_STATUE; // TODO enne
+ return TILEP_MONS_ROXANNE;
case MONS_SONJA:
return TILEP_MONS_KOBOLD; // TODO enne
case MONS_AZRAEL:
@@ -987,7 +987,7 @@ static int _tileidx_monster_base(const monsters *mon, bool detected)
case MONS_MARGERY:
return TILEP_MONS_MARGERY;
case MONS_EUSTACHIO:
- return TILEP_MONS_HUMAN; // TODO enne
+ return TILEP_MONS_EUSTACHIO;
// unique major demons ('&')
case MONS_MNOLEG: