From ddc7d5cf125b08210ab664bbdc3ef48bfc353c6c Mon Sep 17 00:00:00 2001 From: Ghom <42542238+Ghommie@users.noreply.github.com> Date: Tue, 10 Mar 2020 17:28:31 +0100 Subject: [PATCH] Update flavor_text.dm --- code/datums/elements/flavor_text.dm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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] = ""