Skip to content

Commit

Permalink
TGS Test Merge (#6729)
Browse files Browse the repository at this point in the history
  • Loading branch information
blubelle authored and blubelle committed Sep 4, 2024
2 parents 8f58906 + 7e9fd41 commit 5bfa6e0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion code/modules/vehicles/sealed/mecha/mecha.dm
Original file line number Diff line number Diff line change
Expand Up @@ -624,7 +624,7 @@
return

/obj/vehicle/sealed/mecha/proc/interface_action(obj/machinery/target)
if(istype(target, /obj/machinery/access_button))
if(istype(target, /obj/machinery/access_button) || istype(target, /obj/machinery/button/remote/blast_door))
src.occupant_message("<span class='notice'>Interfacing with [target].</span>")
src.log_message("Interfaced with [target].")
target.attack_hand(src.occupant_legacy)
Expand Down

0 comments on commit 5bfa6e0

Please sign in to comment.