diff --git a/code/datums/elements/flavor_text.dm b/code/datums/elements/flavor_text.dm index 904a314beb..54729d5f83 100644 --- a/code/datums/elements/flavor_text.dm +++ b/code/datums/elements/flavor_text.dm @@ -142,5 +142,5 @@ GLOBAL_LIST_EMPTY(mobs_with_editable_flavor_text) //et tu, hacky code if(. && user.dna) user.dna.features["flavor_text"] = texts_by_atom[user] -/datum/element/flavor_text/carbon/unset_flavor(mob/living/carbon/user) - texts_by_atom[user] = "" \ No newline at end of file +/datum/element/flavor_text/carbon/proc/unset_flavor(mob/living/carbon/user) + texts_by_atom[user] = ""