This commit is contained in:
Ryll-Ryll
2020-07-11 23:23:23 -04:00
parent 86d63c2020
commit fc0b247738
36 changed files with 56 additions and 50 deletions
+1 -1
View File
@@ -759,7 +759,7 @@ GLOBAL_PROTECT(admin_verbs_hideable)
set desc = "Allows you to interact with most machines as an AI would as a ghost"
AI_Interact = !AI_Interact
if(mob && IsAdminGhost(mob))
if(mob && isAdminGhostAI(mob))
mob.has_unlimited_silicon_privilege = AI_Interact
log_admin("[key_name(usr)] has [AI_Interact ? "activated" : "deactivated"] Admin AI Interact")