From 2fcd972b094b6b91e83bec14060c7404900f5b2a Mon Sep 17 00:00:00 2001
From: dg <dg@51575b47-30f0-44d4-a5cc-537603b46e54>
Date: Mon, 25 Jul 2011 13:31:36 +0000
Subject: [PATCH] Invisibility screen effect made a bit less annoying

git-svn-id: http://svn.net-core.org/repos/t-engine4@3963 51575b47-30f0-44d4-a5cc-537603b46e54
---
 game/modules/tome/class/Player.lua                      | 2 +-
 game/modules/tome/data/birth/races/undead.lua           | 2 +-
 game/modules/tome/data/texts/unlock-undead_skeleton.lua | 2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/game/modules/tome/class/Player.lua b/game/modules/tome/class/Player.lua
index a1f9239d19..fef1792509 100644
--- a/game/modules/tome/class/Player.lua
+++ b/game/modules/tome/class/Player.lua
@@ -243,7 +243,7 @@ function _M:updateMainShader()
 
 		-- Colorize shader
 		if self:attr("stealth") then game.fbo_shader:setUniform("colorize", {0.9,0.9,0.9,0.6})
-		elseif self:attr("invisible") then game.fbo_shader:setUniform("colorize", {0.2,0.3,0.6,1})
+		elseif self:attr("invisible") then game.fbo_shader:setUniform("colorize", {0.3,0.4,0.9,0.8})
 		elseif self:attr("unstoppable") then game.fbo_shader:setUniform("colorize", {1,0.2,0,1})
 		elseif self:attr("lightning_speed") then game.fbo_shader:setUniform("colorize", {0.2,0.3,1,1})
 		elseif game.level and game.level.data.is_eidolon_plane then game.fbo_shader:setUniform("colorize", {1,1,1,1})
diff --git a/game/modules/tome/data/birth/races/undead.lua b/game/modules/tome/data/birth/races/undead.lua
index 39a82a9f10..3260be16ae 100644
--- a/game/modules/tome/data/birth/races/undead.lua
+++ b/game/modules/tome/data/birth/races/undead.lua
@@ -128,7 +128,7 @@ newBirthDescriptor
 		"- bleeding immunity",
 		"- fear immunity",
 		"- no need to breathe",
-		"- special skeleton talents: sharp bones, bone armour, re-assemble",
+		"- special skeleton talents: bone armour, resilient bones, re-assemble",
 		"#GOLD#Stat modifiers:",
 		"#LIGHT_BLUE# * +3 Strength, +4 Dexterity, +0 Constitution",
 		"#LIGHT_BLUE# * +0 Magic, +0 Willpower, +0 Cunning",
diff --git a/game/modules/tome/data/texts/unlock-undead_skeleton.lua b/game/modules/tome/data/texts/unlock-undead_skeleton.lua
index 44bbe92a4c..2b7c5982fa 100644
--- a/game/modules/tome/data/texts/unlock-undead_skeleton.lua
+++ b/game/modules/tome/data/texts/unlock-undead_skeleton.lua
@@ -27,5 +27,5 @@ Race features:#YELLOW#
 - Bleeding immunity
 - Fear immunity
 - No need to breathe
-- Special skeleton talents: sharp bones, bone amour, re-assemble#WHITE#
+- Special skeleton talents: bone amour, resilient bones, re-assemble#WHITE#
 ]]
-- 
GitLab