Skip to content
Snippets Groups Projects
Commit bdbbf752 authored by Eric Wykoff's avatar Eric Wykoff
Browse files

fixed energy absorption message

parent 42dc66af
No related branches found
No related tags found
No related merge requests found
......@@ -103,7 +103,7 @@ newTalent{
local t = rng.tableRemove(tids)
if not t then break end
target.talents_cd[t.id] = cdr
game.logSeen(target, "%s's %s is disrupted by the Energy Drain!", target.name:capitalize(), t.name)
game.logSeen(target, "%s's %s is disrupted by the Energy Absorption!", target.name:capitalize(), t.name)
count = count + 1
end
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment