Holopads now only activate on help intent (#27970)

This commit is contained in:
Contrabang
2025-01-17 01:46:12 +00:00
committed by GitHub
parent fc3f10b0d9
commit 062fa17715
+3
View File
@@ -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)