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

Fixed crystal focus

git-svn-id: http://svn.net-core.org/repos/t-engine4@4008 51575b47-30f0-44d4-a5cc-537603b46e54
parent 8f8747dc
No related branches found
No related tags found
No related merge requests found
......@@ -817,7 +817,7 @@ newEntity{ base = "BASE_GEM", define_as = "CRYSTAL_FOCUS",
who.changed = true
game.logPlayer(who, "You fix the crystal on the %s and create the %s.", oldname, o:getName{do_color=true})
return true
-- return true
end)
end },
}
......
......@@ -377,7 +377,7 @@ newTalent{
resolvers.nice_tile{image="invis.png", add_mos = {{image="npc/immovable_plants_rimebark.png", display_h=2, display_y=-1}}},
desc = [[This huge treant like being is embedded with the fury of winter itself.]],
autolevel = "none",
ai = "summoned", ai_real = "tactical", ai_state = { talent_in=1, ally_compassion=10},
ai = "summoned", ai_real = "dumb_talented_simple", ai_state = { talent_in=1, ally_compassion=10},
ai_tactic = resolvers.tactic"ranged",
stats = {str=0, dex=0, con=0, cun=0, wil=0, mag=0},
inc_stats = { wil=15 + self:getWil() * self:getTalentLevel(t) / 5, cun=10 + self:getTalentLevel(t) * 2, con=10+self:getTalentLevelRaw(self.T_RESILIENCE) * 2, },
......
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