From 5a714643b3215e8d72f2dd51cd3010aadc337d50 Mon Sep 17 00:00:00 2001
From: dg <dg@51575b47-30f0-44d4-a5cc-537603b46e54>
Date: Fri, 15 Oct 2010 08:31:37 +0000
Subject: [PATCH] fix

git-svn-id: http://svn.net-core.org/repos/t-engine4@1525 51575b47-30f0-44d4-a5cc-537603b46e54
---
 game/modules/tome/data/general/npcs/major-demon.lua | 5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)

diff --git a/game/modules/tome/data/general/npcs/major-demon.lua b/game/modules/tome/data/general/npcs/major-demon.lua
index e1efca9c81..044a96e576 100644
--- a/game/modules/tome/data/general/npcs/major-demon.lua
+++ b/game/modules/tome/data/general/npcs/major-demon.lua
@@ -65,7 +65,7 @@ newEntity{ base = "BASE_NPC_MAJOR_DEMON",
 
 
 newEntity{ base = "BASE_NPC_MAJOR_DEMON",
-	name = "dúathedlen", color=colors.DARK_GREY, -- Darkness exiled
+	name = "dúathedlen", color=colors.GREY, -- Darkness exiled
 	desc = "Under a shroud of darkness you discern an evil shape.",
 	level_range = {30, nil}, exp_worth = 1,
 	rarity = 1,
@@ -116,8 +116,7 @@ Oh and it is twice as big too.]],
 
 newEntity{ base = "BASE_NPC_MAJOR_DEMON",
 	name = "thaurhereg", color=colors.RED, -- Terrible blood
-	desc = [[This demon would look like a minautor, if minautors had a fiery aura surrounding them and horns all over the body.
-Oh and it is twice as big too.]],
+	desc = [[This terrible demon is covered in blood, it flows *on* its skin in ever changing patterns that disturb you simply by looking at it.]],
 	level_range = {35, nil}, exp_worth = 1,
 	rarity = 4,
 	rank = 3,
-- 
GitLab