summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/ghost.h
diff options
context:
space:
mode:
Diffstat (limited to 'crawl-ref/source/ghost.h')
-rw-r--r--crawl-ref/source/ghost.h3
1 files changed, 2 insertions, 1 deletions
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();