Skip to content

Commit

Permalink
beam
Browse files Browse the repository at this point in the history
  • Loading branch information
dwasint committed Nov 5, 2023
1 parent 48b01a0 commit 894625a
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@
human = pick(mobs)
if(!human)
continue
component.holder.Beam(human, icon_state = "lightning[rand(1,12)]", time = 0.5 SECONDS)
var/obj/item/organ/internal/brain/brain = human.get_organ_slot(ORGAN_SLOT_BRAIN)
if(brain)
brain.forceMove(get_turf(human))
Expand Down

0 comments on commit 894625a

Please sign in to comment.