From 3a5c476a4b94c3a06ce2744ecad5ce73fcaaa3be Mon Sep 17 00:00:00 2001
From: dg <dg@51575b47-30f0-44d4-a5cc-537603b46e54>
Date: Fri, 28 Jan 2011 19:48:05 +0000
Subject: [PATCH] fix

git-svn-id: http://svn.net-core.org/repos/t-engine4@2529 51575b47-30f0-44d4-a5cc-537603b46e54
---
 game/modules/tome/data/birth/races/troll.lua  | 1 -
 game/modules/tome/data/general/npcs/troll.lua | 1 -
 2 files changed, 2 deletions(-)

diff --git a/game/modules/tome/data/birth/races/troll.lua b/game/modules/tome/data/birth/races/troll.lua
index 177f42a03c..516042e166 100644
--- a/game/modules/tome/data/birth/races/troll.lua
+++ b/game/modules/tome/data/birth/races/troll.lua
@@ -53,7 +53,6 @@ newBirthDescriptor{
 		life_rating=10,
 		resolvers.inscription("INFUSION:_REGENERATION", {cooldown=10, dur=5, heal=60}),
 		resolvers.inscription("INFUSION:_WILD", {cooldown=12, what={poison=true}, dur=4, power=14}),
-		blood_color = colors.CRIMSON,
 	},
 	experience = 1.1,
 }
diff --git a/game/modules/tome/data/general/npcs/troll.lua b/game/modules/tome/data/general/npcs/troll.lua
index 0a3ce2a00a..4c7b022595 100644
--- a/game/modules/tome/data/general/npcs/troll.lua
+++ b/game/modules/tome/data/general/npcs/troll.lua
@@ -22,7 +22,6 @@ local Talents = require("engine.interface.ActorTalents")
 newEntity{
 	define_as = "BASE_NPC_TROLL",
 	type = "giant", subtype = "troll",
-	blood_color = colors.CRIMSON,
 	display = "T", color=colors.UMBER,
 
 	combat = { dam=resolvers.mbonus(45, 10), atk=2, apr=6, physspeed=2, dammod={str=0.8} },
-- 
GitLab