summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/ghost.h
diff options
context:
space:
mode:
authordolorous <dolorous@c06c8d41-db1a-0410-9941-cceddc491573>2009-09-18 17:30:17 +0000
committerdolorous <dolorous@c06c8d41-db1a-0410-9941-cceddc491573>2009-09-18 17:30:17 +0000
commite685572907ec57837b784fe71a4c4c1bebca672d (patch)
treec853e608350fabf18ffc7996396c65e50a5e8e21 /crawl-ref/source/ghost.h
parent55808ceb59ce83cd48561b825d0fc841afd5dc84 (diff)
downloadcrawl-ref-e685572907ec57837b784fe71a4c4c1bebca672d.tar.gz
crawl-ref-e685572907ec57837b784fe71a4c4c1bebca672d.zip
Fix polymorphing of (very) ugly things: When polymorphed, they now
mutate into (very) ugly things of a different color. Also, shapeshifters can no longer take their forms, and they can no longer be made shapeshifters themselves. git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@10718 c06c8d41-db1a-0410-9941-cceddc491573
Diffstat (limited to 'crawl-ref/source/ghost.h')
-rw-r--r--crawl-ref/source/ghost.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/crawl-ref/source/ghost.h b/crawl-ref/source/ghost.h
index f7f9dafb96..ab06a80954 100644
--- a/crawl-ref/source/ghost.h
+++ b/crawl-ref/source/ghost.h
@@ -46,7 +46,7 @@ public:
void reset();
void init_random_demon();
void init_player_ghost();
- void init_ugly_thing(bool very_ugly);
+ void init_ugly_thing(bool very_ugly, bool mutate = false);
void ugly_thing_to_very_ugly_thing();
public: