mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-28 15:47:15 +01:00
touch lightly
This commit is contained in:
@@ -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)
|
||||
|
||||
@@ -179,7 +179,7 @@
|
||||
|
||||
/obj/item/projectile/energy/shock_revolver/fire(setAngle)
|
||||
if(firer)
|
||||
chain = Beam(firer, icon_state = "lightning[rand(1, 12)]", time = INFINITY, maxdistance = INFINITY)
|
||||
chain = firer.Beam(src, icon_state = "lightning[rand(1, 12)]", time = INFINITY, maxdistance = INFINITY)
|
||||
..()
|
||||
|
||||
/obj/item/projectile/energy/shock_revolver/on_hit(atom/target)
|
||||
@@ -189,3 +189,4 @@
|
||||
|
||||
/obj/item/projectile/energy/shock_revolver/Destroy()
|
||||
qdel(chain)
|
||||
return ..()
|
||||
|
||||
Reference in New Issue
Block a user