Ghosts see who rolls a midround antag (#67295)

* Changes the alert ghosts get when a dynamic midround ruleset is selected to say the ghost's old name rather than their new one.

Co-authored-by: MrMelbert <51863163+MrMelbert@users.noreply.github.com>
This commit is contained in:
Mooshimi
2022-05-27 10:17:20 -04:00
committed by GitHub
co-authored by MrMelbert
parent 1c02345f66
commit f2f69baefa
@@ -147,7 +147,7 @@
finish_setup(new_character, i)
assigned += applicant
notify_ghosts("[new_character] has been picked for the ruleset [name]!", source = new_character, action = NOTIFY_ORBIT, header="Something Interesting!")
notify_ghosts("[applicant.name] has been picked for the ruleset [name]!", source = new_character, action = NOTIFY_ORBIT, header="Something Interesting!")
/datum/dynamic_ruleset/midround/from_ghosts/proc/generate_ruleset_body(mob/applicant)
var/mob/living/carbon/human/new_character = make_body(applicant)