[SVN] Silent Blade breaks stealth

Where bugs go to lie down and rest

Moderator: Moderator

Post Reply
Message
Author
yufra
Perspiring Physicist
Posts: 1332
Joined: Tue Jul 13, 2010 2:53 pm

[SVN] Silent Blade breaks stealth

#1 Post by yufra »

After attacking was made a talent Silent Blade no longer works as advertised. The fix is to make T_ATTACK not break stealth and let attackTarget handle that (as it used to).

Code: Select all

diff --git a/game/modules/tome/data/talents/misc/misc.lua b/game/modules/tome/data/talents/misc/misc.lua
index 6100ac5..8e2d31e 100644
--- a/game/modules/tome/data/talents/misc/misc.lua
+++ b/game/modules/tome/data/talents/misc/misc.lua
@@ -34,6 +34,7 @@ newTalent{
        name = "Attack",
        type = {"base/class", 1},
        no_energy = "fake",
+       no_break_stealth = true, -- stealth is broken in attackTarget
        hide = true,
        innate = true,
        points = 1,
<DarkGod> lets say it's intended

darkgod
Master of Eyal
Posts: 10751
Joined: Wed Jul 24, 2002 9:26 pm
Location: Angolwen
Contact:

Re: [SVN] Silent Blade breaks stealth

#2 Post by darkgod »

fixed
[tome] joylove: You can't just release an expansion like one would release a Kraken XD
--
[tome] phantomfrettchen: your ability not to tease anyone is simply stunning ;)

Post Reply