diff --git a/code/game/machinery/hologram.dm b/code/game/machinery/hologram.dm index e2e4465b9f3..c57b10ff4ea 100644 --- a/code/game/machinery/hologram.dm +++ b/code/game/machinery/hologram.dm @@ -176,6 +176,9 @@ GLOBAL_LIST_EMPTY(holopads) if(outgoing_call) return + if(user.a_intent != INTENT_HELP) + return + user.set_machine(src) interact(user)