]> granicus.if.org Git - nethack/commitdiff
obsolete aggravation comment
authorarromdee <arromdee>
Sun, 14 Apr 2002 03:55:30 +0000 (03:55 +0000)
committerarromdee <arromdee>
Sun, 14 Apr 2002 03:55:30 +0000 (03:55 +0000)
Get rid of the obsolete comments about summon spells also aggravating.

The effect on balance of not aggravating is negligible, because nasty() already
wakes up most of the monsters it creates.

src/mcastu.c

index 8ef47773bfb9ad3d1edf7d1c0f570cad9cc8336d..e1f2bffff5a7ffd710d5d9598be6912d376e922f 100644 (file)
@@ -91,7 +91,7 @@ int spellval;
     case 17:
     case 16:
     case 15:
-       return MGC_SUMMON_MONS; /* also aggravates */
+       return MGC_SUMMON_MONS;
     case 14:
     case 13:
        return MGC_AGGRAVATION;
@@ -355,7 +355,7 @@ int spellnum;
        } else
            impossible("bad wizard cloning?");
        break;
-    case MGC_SUMMON_MONS:              /* also aggravates */
+    case MGC_SUMMON_MONS:
     {
        int count;