mirror of
https://github.com/VOREStation/VOREStation.git
synced 2026-08-24 04:28:12 +01:00
only missing alt titles
This commit is contained in:
@@ -671,7 +671,7 @@
|
||||
return stat == DEAD
|
||||
|
||||
/mob/proc/is_mechanical()
|
||||
if(mind && (mind.assigned_role == "Cyborg" || mind.assigned_role == "AI"))
|
||||
if(mind && (mind.assigned_role == JOB_CYBORG || mind.assigned_role == JOB_AI))
|
||||
return 1
|
||||
return istype(src, /mob/living/silicon) || get_species() == "Machine"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user