[MIRROR] AI core counts for lonely major (#12590)

Co-authored-by: Will <7099514+Willburd@users.noreply.github.com>
This commit is contained in:
CHOMPStation2StaffMirrorBot
2026-03-25 23:13:04 +01:00
committed by GitHub
co-authored by Will
parent ca72ed7f17
commit 614bf6a3b4
@@ -96,7 +96,7 @@
var/list/in_range = list()
if(!istype(M))
return in_range
var/social_check = only_people && !iscarbon(M) && !isrobot(M) && !ispAI(M)
var/social_check = only_people && !iscarbon(M) && !isrobot(M) && !ispAI(M) && !isAI(M)
var/self_invisible_check = M == human_parent || M.invisibility > human_parent.see_invisible
var/ckey_check = only_people && !M.ckey
var/overall_checks = M == human_parent || M.stat == DEAD || social_check || ckey_check || (ispAI(M) && !M.ckey)