Moves all beam icon states to beams.dmi

This commit is contained in:
Joan Lung
2016-09-10 13:09:44 -04:00
parent c7670b5dbe
commit fbe2430ff8
22 changed files with 37 additions and 37 deletions
@@ -195,7 +195,7 @@
/obj/item/projectile/hook/fire(setAngle)
if(firer)
chain = Beam(firer, icon_state = "chain", icon = 'icons/obj/lavaland/artefacts.dmi', time = INFINITY, maxdistance = INFINITY)
chain = Beam(firer, icon_state = "chain", time = INFINITY, maxdistance = INFINITY)
..()
/obj/item/projectile/hook/on_hit(atom/target)