Merge pull request #44197 from kriskog/spamspamspam

Adds "Never for this round" to a few more ghost rolls.
This commit is contained in:
oranges
2019-06-02 09:35:35 +12:00
committed by GitHub
6 changed files with 20 additions and 5 deletions
+5 -1
View File
@@ -281,7 +281,11 @@
S.rabid = TRUE
S.amount_grown = SLIME_EVOLUTION_THRESHOLD
S.Evolve()
offer_control(S)
var/list/mob/dead/observer/candidates = pollCandidatesForMob("Do you want to play as a pyroclastic anomaly slime?", ROLE_PAI, null, null, 100, S, POLL_IGNORE_PYROSLIME)
if(LAZYLEN(candidates))
var/mob/dead/observer/chosen = pick(candidates)
S.key = chosen.key
/////////////////////