Merge pull request #9493 from Ghommie/Ghommie-cit234

SDGF ghost poll message made terse, other tweaks.
This commit is contained in:
deathride58
2019-10-15 06:27:58 -04:00
committed by GitHub
3 changed files with 5 additions and 4 deletions
+1 -1
View File
@@ -49,7 +49,7 @@
ADD_TRAIT(H, TRAIT_NOCRITDAMAGE, "cloning")
H.Unconscious(80)
var/list/candidates = pollCandidatesForMob("Do you want to play as [clonename]'s defective clone?", null, null, null, 100, H)
var/list/candidates = pollCandidatesForMob("Do you want and agree to play as a [clonename]'s defective clone, respect their character and not engage in ERP without permission from the original?", null, null, null, 100, H, POLL_IGNORE_CLONE)
if(LAZYLEN(candidates))
var/mob/dead/observer/C = pick(candidates)
C.transfer_ckey(H)