From f8b2fdc38b7ad3edb33eac5e8cdca4e12dadb679 Mon Sep 17 00:00:00 2001
From: BongaTheProto <93835010+BongaTheProto@users.noreply.github.com>
Date: Sat, 16 Sep 2023 15:25:35 -0500
Subject: [PATCH] Update flavor_text.dm
---
code/datums/elements/flavor_text.dm | 5 +----
1 file changed, 1 insertion(+), 4 deletions(-)
diff --git a/code/datums/elements/flavor_text.dm b/code/datums/elements/flavor_text.dm
index c6c0ba99b4..2f905e965c 100644
--- a/code/datums/elements/flavor_text.dm
+++ b/code/datums/elements/flavor_text.dm
@@ -105,10 +105,7 @@ GLOBAL_LIST_EMPTY(mobs_with_editable_flavor_text) //et tu, hacky code
else
content += "\n"
- if(L.client.prefs.stomppref == TRUE)
- content += " | Stomping Interactions: [L.client.prefs.stomppref ? "Yes" : "No"]\n"
- else
- content += "\n"
+ content += " | Stomping Interactions: [L.client.prefs.stomppref ? "Yes" : "No"]\n"
if(L.client.prefs.extremepref == "Yes")
content += "
Extreme content: [L.client.prefs.extremepref] | Extreme content harm: [L.client.prefs.extremeharm]\n"