summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/rltiles/tiledef-unrand.cc
diff options
context:
space:
mode:
authorAdam Borowski <kilobyte@angband.pl>2009-11-12 01:29:02 +0100
committerAdam Borowski <kilobyte@angband.pl>2009-11-12 01:29:02 +0100
commite609fa1634d692bf4b8c925c084b4f3489e70ea0 (patch)
tree64b843a6690d1fd873ceae33624afc22d8ab8331 /crawl-ref/source/rltiles/tiledef-unrand.cc
parentcb1642d116838195c66d9240ea3a203f0abd7f08 (diff)
downloadcrawl-ref-e609fa1634d692bf4b8c925c084b4f3489e70ea0.tar.gz
crawl-ref-e609fa1634d692bf4b8c925c084b4f3489e70ea0.zip
Autogenerated changes to junk which shouldn't be under version control.
Diffstat (limited to 'crawl-ref/source/rltiles/tiledef-unrand.cc')
-rw-r--r--crawl-ref/source/rltiles/tiledef-unrand.cc4
1 files changed, 4 insertions, 0 deletions
diff --git a/crawl-ref/source/rltiles/tiledef-unrand.cc b/crawl-ref/source/rltiles/tiledef-unrand.cc
index 077d23577f..558e0fa69f 100644
--- a/crawl-ref/source/rltiles/tiledef-unrand.cc
+++ b/crawl-ref/source/rltiles/tiledef-unrand.cc
@@ -58,6 +58,8 @@ int unrandart_to_tile(int unrand)
case UNRAND_SERPENT_SCOURGE: return TILE_UNRAND_SERPENT_SCOURGE;
case UNRAND_ACCURACY: return TILE_UNRAND_ACCURACY;
case UNRAND_CRYSTAL_SPEAR: return TILE_UNRAND_CRYSTAL_SPEAR;
+ case UNRAND_CAPTAINS_CUTLASS: return TILE_UNRAND_CAPTAINS_CUTLASS;
+ case UNRAND_STORM_BOW: return TILE_UNRAND_STORM_BOW;
case UNRAND_IGNORANCE: return TILE_UNRAND_IGNORANCE;
case UNRAND_AUGMENTATION: return TILE_UNRAND_AUGMENTATION;
case UNRAND_THIEF: return TILE_UNRAND_THIEF;
@@ -162,6 +164,8 @@ int unrandart_to_doll_tile(int unrand)
case UNRAND_SERPENT_SCOURGE: return TILEP_HAND1_SERPENT_SCOURGE;
case UNRAND_ACCURACY: return TILEP_HAND1_KNIFE_OF_ACCURACY;
case UNRAND_CRYSTAL_SPEAR: return TILEP_HAND1_CRYSTAL_SPEAR;
+ case UNRAND_CAPTAINS_CUTLASS: return TILEP_HAND1_CUTLASS;
+ case UNRAND_STORM_BOW: return TILEP_HAND1_BOW_BLUE;
// HAND2
case UNRAND_IGNORANCE: return TILEP_HAND2_SHIELD_OF_IGNORANCE;
case UNRAND_BULLSEYE: return TILEP_HAND2_BULLSEYE;