From 070c36855d0109c01e85301ac28d95873a291632 Mon Sep 17 00:00:00 2001 From: David Lawrence Ramsey Date: Wed, 18 Nov 2009 21:30:57 -0600 Subject: Fix comments. --- crawl-ref/source/spells2.cc | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) (limited to 'crawl-ref/source/spells2.cc') diff --git a/crawl-ref/source/spells2.cc b/crawl-ref/source/spells2.cc index 06b7741f76..3d5e378171 100644 --- a/crawl-ref/source/spells2.cc +++ b/crawl-ref/source/spells2.cc @@ -1495,11 +1495,8 @@ bool cast_summon_ugly_thing(int pow, god_type god) bool cast_summon_dragon(int pow, god_type god) { - // Removed the chance of multiple dragons... one should be more - // than enough, and if it isn't, the player can cast again... - // especially since these aren't on the Abjuration plan... they'll - // last until they die (maybe that should be changed, but this is - // a very high level spell so it might be okay). -- bwr + // Removed the chance of multiple dragons. One should be more than + // enough, and if it isn't, the player can cast again. - bwr const bool friendly = (random2(pow) > 5); if (create_monster( -- cgit v1.2.3-54-g00ecf