From d901b1b1409c39ba94bd441c267e3ad9c026f67c Mon Sep 17 00:00:00 2001 From: Zeno Rogue Date: Fri, 11 Jan 2019 02:22:31 +0100 Subject: [PATCH] nicer coloring for the Falling Dog --- classes.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/classes.cpp b/classes.cpp index a2903752..91f148b5 100644 --- a/classes.cpp +++ b/classes.cpp @@ -789,7 +789,7 @@ monstertype minf[motypes] = { { 'W', 0xA04060, "Mutant", "These guys look a bit strange, but they have no special properties." }, - { 'W', 0xC04040, "Falling Dog", + { 'W', 0x707080, "Falling Dog", "Distant relatives of the Running Dogs."}, { 'B', 0xC0C040, "Western Hawk", NODESCYET},