mirror of
https://github.com/vgstation-coders/vgstation13.git
synced 2025-12-10 10:21:11 +00:00
The Culling of ROLE_ (#21661)
* culling of role * fix compile * Typos * alien ROLE
This commit is contained in:
committed by
MadmanMartian
parent
96f9492952
commit
4cc066f3b5
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user