Skip to content

Commit

Permalink
515
Browse files Browse the repository at this point in the history
  • Loading branch information
Moltijoe committed Oct 31, 2023
1 parent b73457f commit 9ecb898
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,7 @@
span_userdanger("You're suddenly dragged across the floor!"))
L.Knockdown(8 SECONDS) //these can't hit people who are already on the ground but they can be spammed to all shit
addtimer(CALLBACK(GLOBAL_PROC, GLOBAL_PROC_REF(playsound), target, 'yogstation/sound/magic/pass_attack.ogg', 50, TRUE), 1)
else
else if(issilicon(target))
var/mob/living/silicon/robot/R = target
R.toggle_headlamp(TRUE) //disable headlamps
target.visible_message(span_warning("[firer]'s [name] smashes into [target]'s chassis!"), \
Expand Down

0 comments on commit 9ecb898

Please sign in to comment.