Fix for admin spawned blob cores

This commit is contained in:
Arkatos1
2019-05-12 13:55:16 +02:00
parent 115f191084
commit 8a1f3ced79

View File

@@ -105,7 +105,11 @@
spawn()
if(!new_overmind)
candidates = pollCandidates("Do you want to play as a blob offspring?", ROLE_BLOB, 1)
if(is_offspring)
candidates = pollCandidates("Do you want to play as a blob offspring?", ROLE_BLOB, 1)
else
candidates = pollCandidates("Do you want to play as a blob?", ROLE_BLOB, 1)
if(candidates.len)
C = pick(candidates)
else
@@ -123,7 +127,6 @@
if(is_offspring)
B.is_offspring = TRUE
/obj/structure/blob/core/proc/lateblobtimer()
addtimer(CALLBACK(src, .proc/lateblobcheck), 50)