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"