Diona Name Fix (#10236)

This commit is contained in:
Geeves
2020-10-13 17:25:31 +02:00
committed by GitHub
parent d5f34bb3ee
commit bf5134f64d
2 changed files with 7 additions and 1 deletions
@@ -24,7 +24,7 @@
//These initial nymphs are the nymph which grows into a gestalt, and any others it had inside it
//There are no initial nymphs for a newly spawned diona player
if (mind && mind.name && name && mind.name != name)
if (mind?.name && mind.name != real_name)
verbs += /mob/living/carbon/human/proc/gestalt_set_name
var/datum/language/L = locate(/datum/language/diona) in languages
var/newname