diff --git a/code/modules/mob/living/carbon/human/examine.dm b/code/modules/mob/living/carbon/human/examine.dm index dc89f8b6..130c53ab 100644 --- a/code/modules/mob/living/carbon/human/examine.dm +++ b/code/modules/mob/living/carbon/human/examine.dm @@ -427,10 +427,10 @@ output += "
...?" else . += "[print_flavor_text()]" - output += "
[url_encode(json_encode(flavor_text))]" + output += "
[url_encode(flavor_text)]" if(ooc_text) output += "

OOC" - output += "
[url_encode(json_encode(ooc_text))]" + output += "
[url_encode(ooc_text)]" SEND_SIGNAL(src, COMSIG_PARENT_EXAMINE, user, msg) . += "*---------*" diff --git a/html/statbrowser.html b/html/statbrowser.html index c9856acc..1a8b229b 100644 --- a/html/statbrowser.html +++ b/html/statbrowser.html @@ -764,11 +764,6 @@ function remove_mobexamine() { tab_change("Status"); } -function update_mobexamine(TC) { - turfcontents = JSON.parse(TC); - if(current_tab == "Examine") - draw_listedturf(); -} //turf