From 82c4634732796370dec4446508c9e36776fd7d7d Mon Sep 17 00:00:00 2001 From: quotefox Date: Mon, 13 Sep 2021 21:55:22 +0100 Subject: [PATCH] disabled pins, not using causes runetimes. --- 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 e3dc28ee..1e0f6325 100644 --- a/code/datums/elements/flavor_text.dm +++ b/code/datums/elements/flavor_text.dm @@ -87,11 +87,11 @@ GLOBAL_LIST_EMPTY(mobs_with_editable_flavor_text) //et tu, hacky code examineTabOutput += "[L.name] " examineTabOutput += "([L.dna.custom_species ? L.dna.custom_species : L.dna.species.name])" - if(L.client.prefs.pins) //character has pins +/* if(L.client.prefs.pins) //character has pins var/P = "" for(P in L.client.prefs.pins) examineTabOutput += "[icon2html('hyperstation/icons/chat/pins.dmi', world, P)]" //show pins! - +*/ examineTabOutput += "" examineTabOutput += "
[url_encode(msg)]" if(ismob(target))