mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-30 07:27:57 +01:00
debrain no longer requires being not dead (#21373)
This commit is contained in:
@@ -236,7 +236,7 @@ GLOBAL_LIST_INIT(potential_theft_objectives, (subtypesof(/datum/theft_objective)
|
||||
if(!target.current || !isbrain(target.current))
|
||||
return FALSE
|
||||
for(var/datum/mind/M in get_owners())
|
||||
if(QDELETED(M.current) || M.current.stat == DEAD)
|
||||
if(QDELETED(M.current))
|
||||
continue // Maybe someone who's alive has the brain.
|
||||
if(target.current in M.current.GetAllContents())
|
||||
return TRUE
|
||||
|
||||
Reference in New Issue
Block a user