]> granicus.if.org Git - nethack/commitdiff
fix b17004
authornethack.allison <nethack.allison>
Sat, 25 Jan 2003 12:23:45 +0000 (12:23 +0000)
committernethack.allison <nethack.allison>
Sat, 25 Jan 2003 12:23:45 +0000 (12:23 +0000)
<Someone>:
Baby shimmering dragons have been made DRAGON_SILVER. Adults are still
cyan, as are their scales. Not that it matters while they're still
commented out, but why the discrepancy?

src/monst.c

index 22e99d7d44aea66588b46841817ad25c64e8aa7a..d69a6e8262d8c3dc1f3fdf0e0cea634e0a5302dd 100644 (file)
@@ -1202,7 +1202,7 @@ NEARDATA struct permonst mons[] = {
          NO_ATTK, NO_ATTK, NO_ATTK, NO_ATTK, NO_ATTK),
        SIZ(1500, 500, 0, MS_ROAR, MZ_HUGE), 0, 0,
        M1_FLY|M1_THICK_HIDE|M1_NOHANDS|M1_CARNIVORE,
-       M2_HOSTILE|M2_STRONG|M2_GREEDY|M2_JEWELS, 0, DRAGON_SILVER),
+       M2_HOSTILE|M2_STRONG|M2_GREEDY|M2_JEWELS, 0, CLR_CYAN),
 #endif
     MON("baby red dragon", S_DRAGON,
        LVL(12, 9, 2, 10, 0), G_GENO,