diff --git a/code/datums/components/spirit_holding.dm b/code/datums/components/spirit_holding.dm index b32d1e83e6c..dc11d5fd729 100644 --- a/code/datums/components/spirit_holding.dm +++ b/code/datums/components/spirit_holding.dm @@ -81,8 +81,7 @@ // Now that all of the important things are in place for our spirit, it's time for them to choose their name. var/valid_input_name = custom_name(awakener) - if(parent && valid_input_name) - parent = valid_input_name + if(valid_input_name) bound_spirit.fully_replace_character_name(null, "The spirit of [valid_input_name]") attempting_awakening = FALSE