summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/ghost.h
diff options
context:
space:
mode:
authorDavid Lawrence Ramsey <dolorous@users.sourceforge.net>2009-10-06 19:38:14 -0500
committerDavid Lawrence Ramsey <dolorous@users.sourceforge.net>2009-10-06 19:38:14 -0500
commit700ebc8adcd32370d5cc06beab433210b04e8060 (patch)
tree167aab25a1e298d0689ecf50258e60dff58c18a6 /crawl-ref/source/ghost.h
parent55ba0f6e4d8fd62ea1011426df0499606401006b (diff)
downloadcrawl-ref-700ebc8adcd32370d5cc06beab433210b04e8060.tar.gz
crawl-ref-700ebc8adcd32370d5cc06beab433210b04e8060.zip
Simplify and display resistances for (very) ugly things.
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();