Skip to content

Commit

Permalink
Holopad + bullet = SHOT DOWN THIS 'TILL IT SHUTDOWN
Browse files Browse the repository at this point in the history
  • Loading branch information
800maximum123 committed Jun 21, 2024
1 parent 6164b24 commit c987e2f
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions mods/_fd/small_holopad/code/holopad_override.dm
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
/obj/machinery/hologram/holopad/bullet_act(obj/item/projectile/P)
..()
for(var/mob/M in masters)
remove_holo(M)
if(connected)
end_call()
visible_message("Holopad shuts down as \the [P] hits it!")

0 comments on commit c987e2f

Please sign in to comment.