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

Fixed inspecting oozing horrors

git-svn-id: http://svn.net-core.org/repos/t-engine4@5840 51575b47-30f0-44d4-a5cc-537603b46e54
parent 5f144d09
No related branches found
No related tags found
No related merge requests found
......@@ -467,7 +467,6 @@ newTalent{
local target = game.level.map(px, py, Map.ACTOR)
if not target then return end
if self:reactionToward(target) < 0 and not tgts[target] then
print("===HIT", target.name)
tgts[target] = true
local ox, oy = target.x, target.y
target:pull(self.x, self.y, 2)
......@@ -667,7 +666,6 @@ newTalent{
info = function(self, t)
local range = self:getTalentRange(t)
local radius = self:getTalentRadius(t)
local duration = t.getDuration(self, t)
return ([[You extend slimy roots into the ground, follow them, and re-appear somewhere else in a range of %d with error margin of %d.]]):format(range, radius)
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