Some antag fixes. (#35690)
* Removes misleading comment * Fixes devil ascension visible in lobby * Fixes nuke op reinforcements. * ADVANCED COPYPASTE * Missed this one.
This commit is contained in:
committed by
CitadelStationBot
parent
879d15c18d
commit
3e12e1b2f6
@@ -243,7 +243,7 @@
|
||||
var/list/mob/dead/observer/candidates = pollGhostCandidates("Do you want to play as the spirit of [user.real_name]'s blade?", ROLE_PAI, null, FALSE, 100, POLL_IGNORE_POSSESSED_BLADE)
|
||||
|
||||
if(LAZYLEN(candidates))
|
||||
var/client/C = pick(candidates)
|
||||
var/mob/dead/observer/C = pick(candidates)
|
||||
var/mob/living/simple_animal/shade/S = new(src)
|
||||
S.real_name = name
|
||||
S.name = name
|
||||
|
||||
Reference in New Issue
Block a user