mirror of
https://github.com/SPLURT-Station/S.P.L.U.R.T-Station-13.git
synced 2026-08-24 05:06:47 +01:00
6 lines
330 B
Plaintext
6 lines
330 B
Plaintext
/datum/element/flavor_text/Attach(datum/target, text = "", _name = "Flavor Text", _addendum, _max_len = MAX_FLAVOR_LEN, _always_show = FALSE, _edit = TRUE, _save_key, _examine_no_preview = FALSE, _show_on_naked)
|
|
. = ..()
|
|
if(flavor_name == "OOC Notes") //SPLURT EDIT make it so ooc notes are always visible
|
|
always_show = TRUE
|
|
|