summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/beam.cc
diff options
context:
space:
mode:
authorNicholas Feinberg <pleasingfung@gmail.com>2014-06-08 23:02:04 -0700
committerNicholas Feinberg <pleasingfung@gmail.com>2014-06-08 23:02:04 -0700
commit78abf485f4215cd315528a51f81adb8dae8b9226 (patch)
tree7f833b9a5cb9992975dd2855bb08d2c57e7a71e5 /crawl-ref/source/beam.cc
parentca99efe20abc6533b4294e9609c1fb7edf055739 (diff)
downloadcrawl-ref-78abf485f4215cd315528a51f81adb8dae8b9226.tar.gz
crawl-ref-78abf485f4215cd315528a51f81adb8dae8b9226.zip
Remove a mysterious metal orb
Diffstat (limited to 'crawl-ref/source/beam.cc')
-rw-r--r--crawl-ref/source/beam.cc12
1 files changed, 0 insertions, 12 deletions
diff --git a/crawl-ref/source/beam.cc b/crawl-ref/source/beam.cc
index 7e55b915f0..ee202a29e6 100644
--- a/crawl-ref/source/beam.cc
+++ b/crawl-ref/source/beam.cc
@@ -2655,7 +2655,6 @@ void bolt::affect_endpoint()
// FIXME: why don't these just have is_explosion set?
// They don't explode in tracers: why not?
if (name == "orb of electricity"
- || name == "metal orb"
|| name == "great blast of cold")
{
target = pos();
@@ -5941,17 +5940,6 @@ void bolt::refine_for_explosion()
ex_size = 2;
}
- if (name == "metal orb")
- {
- seeMsg = "The orb explodes into a blast of deadly shrapnel!";
- hearMsg = "You hear an explosion!";
-
- name = "blast of shrapnel";
- glyph = dchar_glyph(DCHAR_FIRED_ZAP);
- flavour = BEAM_FRAG; // Sets it from pure damage to shrapnel
- // (which is absorbed extra by armour).
- }
-
if (name == "great blast of fire")
{
seeMsg = "A raging storm of fire appears!";