summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/mon-cast.h
diff options
context:
space:
mode:
authorDracoOmega <draco_omega@live.com>2014-03-11 13:35:22 -0230
committerDracoOmega <draco_omega@live.com>2014-03-11 20:08:14 -0230
commita559921a77b4514f6570f979349cada38e93422d (patch)
tree4db4d5128291842f5922d024d0fffea23a65c2ca /crawl-ref/source/mon-cast.h
parentd18b02d6a32c86a64405d70be8d429e5f3506b81 (diff)
downloadcrawl-ref-a559921a77b4514f6570f979349cada38e93422d.tar.gz
crawl-ref-a559921a77b4514f6570f979349cada38e93422d.zip
Allow specifying Phantom Mirror hp mult, nerf for normal copies only
Reduce normal Phantom Mirror hp to 35% of the original's (to hopefully make it more reasonable to sometimes kill them instead of the rakshasa). Mara clones and rakshasa low-hp clones remain at 50% of their original.
Diffstat (limited to 'crawl-ref/source/mon-cast.h')
-rw-r--r--crawl-ref/source/mon-cast.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/crawl-ref/source/mon-cast.h b/crawl-ref/source/mon-cast.h
index 378e37df3c..47ef92f440 100644
--- a/crawl-ref/source/mon-cast.h
+++ b/crawl-ref/source/mon-cast.h
@@ -33,5 +33,6 @@ void mons_cast_spectral_orcs(monster* mons);
void setup_breath_timeout(monster* mons);
monster* cast_phantom_mirror(monster* mons, monster* targ,
+ int hp_perc = 35,
int summ_type = SPELL_PHANTOM_MIRROR);
#endif