Update flavor_text.dm

This commit is contained in:
BongaTheProto
2023-09-16 15:25:35 -05:00
parent 756c166f4f
commit f8b2fdc38b
+1 -4
View File
@@ -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 += " <b>| Stomping Interactions:</b> [L.client.prefs.stomppref ? "Yes" : "No"]\n"
else
content += "\n"
content += " <b>| Stomping Interactions:</b> [L.client.prefs.stomppref ? "Yes" : "No"]\n"
if(L.client.prefs.extremepref == "Yes")
content += "<br><b>Extreme content:</b> [L.client.prefs.extremepref] <b>| Extreme content harm:</b> [L.client.prefs.extremeharm]\n"