diff --git a/code/modules/mob/living/carbon/human/human.dm b/code/modules/mob/living/carbon/human/human.dm index c6f1f7e3e38..fa1d21e3bd5 100644 --- a/code/modules/mob/living/carbon/human/human.dm +++ b/code/modules/mob/living/carbon/human/human.dm @@ -280,7 +280,7 @@ stat("Absorbed DNA", mind.changeling.absorbedcount) if(mind.nation) - stat("Nation Name", "[mind.nation.current_name ? "[mind.nation.current_name]" : "mind.nation.default_name"]") + stat("Nation Name", "[mind.nation.current_name ? "[mind.nation.current_name]" : "[mind.nation.default_name]"]") stat("Nation Leader", "[mind.nation.current_leader ? "[mind.nation.current_leader]" : "None"]") stat("Nation Heir", "[mind.nation.heir ? "[mind.nation.heir]" : "None"]")