mirror of
https://github.com/SPLURT-Station/S.P.L.U.R.T-Station-13.git
synced 2026-08-22 04:07:04 +01:00
Update flavor_text.dm
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user