mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-22 19:47:22 +01:00
Holopads now only activate on help intent (#27970)
This commit is contained in:
@@ -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)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user