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
@@ -445,7 +445,7 @@ It's fairly easy to fix if dealing with single letters but not so much with comp
|
||||
var/list/mob/dead/observer/candidates = pollCandidatesForMob(poll_message, ROLE_PAI, null, FALSE, 100, M)
|
||||
|
||||
if(LAZYLEN(candidates))
|
||||
var/client/C = pick(candidates)
|
||||
var/mob/dead/observer/C = pick(candidates)
|
||||
to_chat(M, "Your mob has been taken over by a ghost!")
|
||||
message_admins("[key_name_admin(C)] has taken control of ([key_name_admin(M)])")
|
||||
M.ghostize(0)
|
||||
|
||||
Reference in New Issue
Block a user