[s] no unfun allowed (#24150)

This commit is contained in:
Qwertytoforty
2024-02-11 17:35:44 -05:00
committed by GitHub
parent 58d4545c02
commit bb8f0aa50e
@@ -395,6 +395,10 @@
to_chat(user, "<span class='warning'>Your implant is not robust enough to hack at that distance!</span>")
cooldown_handler.start_recharge(cooldown_handler.recharge_duration * 0.3)
return
if(istype(user.loc, /obj/machinery/atmospherics)) //Come now, no emaging all the doors on station from a pipe
to_chat(user, "<span class='warning'>Your implant is unable to get a lock on anything in the pipes!</span>")
return
var/beam = user.Beam(target, icon_state = "sm_arc_supercharged", time = 3 SECONDS)
user.visible_message("<span class='warning'>[user] makes an unusual buzzing sound as the air between them and [target] crackles.</span>", \