Skip to content

Commit

Permalink
[s] no unfun allowed (#24150)
Browse files Browse the repository at this point in the history
  • Loading branch information
Qwertytoforty authored Feb 11, 2024
1 parent 58d4545 commit bb8f0aa
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions code/modules/surgery/organs/augments_internal.dm
Original file line number Diff line number Diff line change
Expand Up @@ -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>", \
Expand Down

0 comments on commit bb8f0aa

Please sign in to comment.