From 700ebc8adcd32370d5cc06beab433210b04e8060 Mon Sep 17 00:00:00 2001 From: David Lawrence Ramsey Date: Tue, 6 Oct 2009 19:38:14 -0500 Subject: Simplify and display resistances for (very) ugly things. --- crawl-ref/source/ghost.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'crawl-ref/source/ghost.h') diff --git a/crawl-ref/source/ghost.h b/crawl-ref/source/ghost.h index db774701d0..29bb6d6c97 100644 --- a/crawl-ref/source/ghost.h +++ b/crawl-ref/source/ghost.h @@ -60,7 +60,8 @@ private: private: void add_spells(); spell_type translate_spell(spell_type playerspell) const; - void ugly_thing_add_resistance(); + void ugly_thing_add_resistance(bool very_ugly, + mon_attack_flavour u_att_flav); }; unsigned char ugly_thing_random_colour(); -- cgit v1.2.3-54-g00ecf