mirror of
https://github.com/SPLURT-Station/S.P.L.U.R.T-Station-13.git
synced 2025-12-10 01:49:19 +00:00
Blacklists incapacitated mobs from being sentience event candidates
This commit is contained in:
@@ -37,7 +37,7 @@
|
||||
continue
|
||||
if(L.mob_biotypes & blacklisted_biotypes) //hey can you don't
|
||||
continue
|
||||
if(!(L in GLOB.player_list) && !L.mind)
|
||||
if(!(L in GLOB.player_list) && !L.mind && !L.incapacitated())
|
||||
potential += L
|
||||
|
||||
if(!potential.len)
|
||||
|
||||
Reference in New Issue
Block a user