From 75cf943abb6e77df046924a0f6946c21c5798862 Mon Sep 17 00:00:00 2001 From: Adam Borowski Date: Sat, 19 Dec 2009 22:52:31 +0100 Subject: Tloc smoke trail. Doesn't look good IMO, I'd replace it with normal transparent smoke. --- crawl-ref/source/mon-act.cc | 7 ------- 1 file changed, 7 deletions(-) (limited to 'crawl-ref/source/mon-act.cc') diff --git a/crawl-ref/source/mon-act.cc b/crawl-ref/source/mon-act.cc index a3a46955ce..62df9c963b 100644 --- a/crawl-ref/source/mon-act.cc +++ b/crawl-ref/source/mon-act.cc @@ -3425,13 +3425,6 @@ static bool _monster_move(monsters *monster) 2 + random2(3), monster->kill_alignment(), KILL_MON_MISSILE ); } - - if (monster->type == MONS_ORB_OF_DESTRUCTION) - { - place_cloud( CLOUD_TLOC_ENERGY, monster->pos(), - 2 + random2(3), monster->kill_alignment(), - KILL_MON_MISSILE ); - } } else { -- cgit v1.2.3-54-g00ecf