From acc67680a26e09ac8727722d9970960692b248b3 Mon Sep 17 00:00:00 2001
From: QuoteFox <49098813+quotefox@users.noreply.github.com>
Date: Sun, 21 Mar 2021 06:51:00 +0000
Subject: [PATCH] Fix Formatting in Examine window
---
code/modules/mob/living/carbon/human/examine.dm | 4 ++--
html/statbrowser.html | 5 -----
2 files changed, 2 insertions(+), 7 deletions(-)
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