``` /client/can_admin_varaccess(var_name, var_value, mob/accessor) var/static/list/headmin_access = list( nameof(ckey), nameof(key), nameof(mob), ) if(var_name in headmin_access) if(!(accessor.ckey in head_admin)) return FALSE return ..() ``` Causes OD0404, "Unknown identifier "headmin_access"" Issue goes away if you remove the /static part. Wixoa elaborates on the bug more [here](https://github.com/OpenDreamProject/OpenDream/issues/2324#issuecomment-3577542112)