Merge pull request #3112 from Citadel-Station-13/upstream-merge-31188

[MIRROR] Gives nightmares a random shadowling name
This commit is contained in:
LetterJay
2017-10-03 20:15:31 -04:00
committed by GitHub
3 changed files with 15 additions and 4 deletions

View File

@@ -47,11 +47,11 @@
to_chat(C, "[info_text]")
C.real_name = "Nightmare"
C.name = "Nightmare"
C.real_name = "[pick(GLOB.nightmare_names)]"
C.name = C.real_name
if(C.mind)
C.mind.name = "Nightmare"
C.dna.real_name = "Nightmare"
C.mind.name = C.real_name
C.dna.real_name = C.real_name
/datum/species/shadow/nightmare/on_species_loss(mob/living/carbon/C)
. = ..()