Skip to content
Snippets Groups Projects
Commit eef0684a authored by Lisa Greene's avatar Lisa Greene
Browse files

ploop

parent 87db2cfd
No related branches found
No related tags found
1 merge request!637Misc (mostly bugfixes)
......@@ -160,7 +160,7 @@ newTalent{
if tg.toss_end_x == px and tg.toss_end_y == py and self and self.x and self.y then
print("[Dream Hammer Return] Projection from", x, y, "to", self.x, self.y)
local tgr = tg
tgr.name = "Hammer Toss"
tgr.name = _t"Hammer Toss"
tgr.x, tgr.y = px, py
self:projectile(tgr, self.x, self.y, function(px, py, tgr, self)
local tmp_target = game.level.map(px, py, engine.Map.ACTOR)
......
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