touch lightly

This commit is contained in:
Joan Lung
2016-09-12 09:05:19 -04:00
parent fbe2430ff8
commit 5592d46594
2 changed files with 3 additions and 2 deletions
@@ -195,7 +195,7 @@
/obj/item/projectile/hook/fire(setAngle)
if(firer)
chain = Beam(firer, icon_state = "chain", time = INFINITY, maxdistance = INFINITY)
chain = firer.Beam(src, icon_state = "chain", time = INFINITY, maxdistance = INFINITY)
..()
/obj/item/projectile/hook/on_hit(atom/target)