yogstation13 / Yogstation

Discord: https://discord.gg/yogs13 Forums: https://forums.yogstation.net
GNU Affero General Public License v3.0
139 stars 449 forks source link

Nightmares take from the human name pool. #5156

Closed GenericDM closed 5 years ago

GenericDM commented 5 years ago

Issue reported from Round ID: 22642 (Yogstation 13)

Reporting client version: 512 image

Altoids1 commented 5 years ago
/datum/species/shadow/nightmare/on_species_gain(mob/living/carbon/C, datum/species/old_species)
    . = ..()
    to_chat(C, "[info_text]")

    C.fully_replace_character_name("[pick(GLOB.nightmare_names)]")

it oughtn't do that.