mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-07-18 18:44:48 +01:00
[s] no unfun allowed (#24150)
This commit is contained in:
@@ -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>", \
|
||||
|
||||
Reference in New Issue
Block a user