From 44f905e5371d4013c9f2e3dfff569076e657040a Mon Sep 17 00:00:00 2001 From: abrahamwl Date: Wed, 28 Oct 2009 15:35:19 -0700 Subject: Bolt of Iron->Iron Shot, Ice Bolt->Fling Icicle Based on FR 1801710 Bolt of Iron and Ice Bolt were both mechanically different from the other "bolts" in that they didn't penetrate targets. In addition, Ice Bolt was very easy to confuse with Bolt of Cold. So they got their names changed to Iron Shot and Fling Icicle, respectively. This change is both external (in the game output) and internal (how the code refers to the spells). This commit also changes the names of the spells in the data files (ie. for tiles) and the names of some data files themselves (tile images). (See the file list.) Note that Lemuel's comment about the concept (and tile art)of "bolt" not fitting with the way the "bolt" spells behave is still valid, but that's another issue. I think this stems from a confusion between lightning "bolts" and crossbow "bolts." Signed-off-by: Eino Keskitalo --- crawl-ref/source/rltiles/spells/earth/bolt_of_iron.png | Bin 425 -> 0 bytes crawl-ref/source/rltiles/spells/earth/iron_shot.png | Bin 0 -> 425 bytes crawl-ref/source/rltiles/spells/ice/fling_icicle.png | Bin 0 -> 581 bytes crawl-ref/source/rltiles/spells/ice/ice_bolt.png | Bin 581 -> 0 bytes 4 files changed, 0 insertions(+), 0 deletions(-) delete mode 100644 crawl-ref/source/rltiles/spells/earth/bolt_of_iron.png create mode 100644 crawl-ref/source/rltiles/spells/earth/iron_shot.png create mode 100644 crawl-ref/source/rltiles/spells/ice/fling_icicle.png delete mode 100644 crawl-ref/source/rltiles/spells/ice/ice_bolt.png (limited to 'crawl-ref/source/rltiles/spells') diff --git a/crawl-ref/source/rltiles/spells/earth/bolt_of_iron.png b/crawl-ref/source/rltiles/spells/earth/bolt_of_iron.png deleted file mode 100644 index 151532277b..0000000000 Binary files a/crawl-ref/source/rltiles/spells/earth/bolt_of_iron.png and /dev/null differ diff --git a/crawl-ref/source/rltiles/spells/earth/iron_shot.png b/crawl-ref/source/rltiles/spells/earth/iron_shot.png new file mode 100644 index 0000000000..151532277b Binary files /dev/null and b/crawl-ref/source/rltiles/spells/earth/iron_shot.png differ diff --git a/crawl-ref/source/rltiles/spells/ice/fling_icicle.png b/crawl-ref/source/rltiles/spells/ice/fling_icicle.png new file mode 100644 index 0000000000..ac5b432032 Binary files /dev/null and b/crawl-ref/source/rltiles/spells/ice/fling_icicle.png differ diff --git a/crawl-ref/source/rltiles/spells/ice/ice_bolt.png b/crawl-ref/source/rltiles/spells/ice/ice_bolt.png deleted file mode 100644 index ac5b432032..0000000000 Binary files a/crawl-ref/source/rltiles/spells/ice/ice_bolt.png and /dev/null differ -- cgit v1.2.3-54-g00ecf