mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-08-22 12:29:46 +01:00
Diona Name Fix (#10236)
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user