The Culling of ROLE_ (#21661)

* culling of role

* fix compile

* Typos

* alien ROLE
This commit is contained in:
Kurfursten
2019-03-05 15:51:10 -06:00
committed by MadmanMartian
parent 96f9492952
commit 4cc066f3b5
30 changed files with 102 additions and 125 deletions

View File

@@ -202,10 +202,10 @@ var/global/list/thing_storm_types = list(
if(M.stat == CONSCIOUS)
living++
cores_spawned = round(living/BLOB_CORE_PROPORTION) //Cores spawned depends on living players
if (!(candidates.len) && !started)
candidates = get_candidates(ROLE_BLOB)
candidates = get_candidates(BLOBOVERMIND)
for(var/i = 0 to cores_spawned)
if (!candidates.len)