From 7eb0ec4b7f8ef0b96a54ddb5626f71084213bf4f Mon Sep 17 00:00:00 2001 From: David Lawrence Ramsey Date: Sun, 8 Nov 2009 17:21:03 -0600 Subject: Remove redundant setting of ghost parameters for dancing weapons. --- crawl-ref/source/ghost.cc | 2 -- 1 file changed, 2 deletions(-) (limited to 'crawl-ref/source/ghost.cc') diff --git a/crawl-ref/source/ghost.cc b/crawl-ref/source/ghost.cc index 4bb2f6f1e8..98c60faa02 100644 --- a/crawl-ref/source/ghost.cc +++ b/crawl-ref/source/ghost.cc @@ -615,9 +615,7 @@ void ghost_demon::init_dancing_weapon(const item_def& weapon, int power) reset(); - att_type = AT_HIT; colour = weapon.colour; - att_flav = AF_PLAIN; fly = FL_LEVITATE; // We want Tukima to reward characters who invest heavily in both -- cgit v1.2.3-54-g00ecf