blob split fix

This commit is contained in:
Arkatos1
2019-05-12 13:19:52 +02:00
parent 7c2600daa7
commit 115f191084
3 changed files with 12 additions and 12 deletions

View File

@@ -105,7 +105,7 @@
spawn()
if(!new_overmind)
candidates = pollCandidates("Do you want to play as a blob?", ROLE_BLOB, 1)
candidates = pollCandidates("Do you want to play as a blob offspring?", ROLE_BLOB, 1)
if(candidates.len)
C = pick(candidates)
else