This commit is contained in:
Ghom
2020-02-27 12:39:01 +01:00
committed by GitHub
parent a91464bf64
commit d85563367e

View File

@@ -1474,7 +1474,7 @@ GLOBAL_LIST_EMPTY(preferences_datums)
if("flavor_text")
var/msg = stripped_multiline_input(usr, "Set the flavor text in your 'examine' verb. This can also be used for OOC notes and preferences!", "Flavor Text", features["flavor_text"], MAX_FAVOR_LEN, TRUE)
if(!isnull(new_flavor))
if(!isnull(msg))
features["flavor_text"] = html_decode(msg)
if("hair")