Skip to content
Snippets Groups Projects
Commit bac2ef03 authored by dg's avatar dg
Browse files

oups

git-svn-id: http://svn.net-core.org/repos/t-engine4@5601 51575b47-30f0-44d4-a5cc-537603b46e54
parent fce683ca
No related branches found
Tags tome-1.2.3
No related merge requests found
......@@ -119,10 +119,10 @@ uberTalent{
mode = "passive",
trigger = function(self, t)
if self:hasEffect(self.EFF_SPINE_OF_THE_WORLD) then return end
self:setEffect(self.EFF_SPINE_OF_THE_WORLD, 6, {})
self:setEffect(self.EFF_SPINE_OF_THE_WORLD, 4, {})
end,
info = function(self, t)
return ([[Your back is has hard as stone. Each time you are affected by a physical effect your body hardens, for 6 turns wil become immune to all physical effects.]])
return ([[Your back is has hard as stone. Each time you are affected by a physical effect your body hardens, for 5 turns wil become immune to all physical effects.]])
:format()
end,
}
\ No newline at end of file
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