Fixes the General Flavor Text prompt (#11528)

This commit is contained in:
Alberyk
2021-03-26 06:25:29 -03:00
committed by GitHub
parent 5f324fcfd0
commit 9680b5d2e8
2 changed files with 7 additions and 1 deletions
@@ -137,7 +137,7 @@
switch(href_list["flavor_text"])
if("open")
if("general")
var/msg = sanitize(input(usr,"Give a general description of your character. This will be shown regardless of clothing, and may include OOC notes and preferences.","Flavor Text",html_decode(pref.flavor_texts[href_list["flavor_text"]])) as message, extra = 0)
var/msg = sanitize(input(usr,"Give a general description of your character. This will be shown regardless of clothing.","Flavor Text",html_decode(pref.flavor_texts[href_list["flavor_text"]])) as message, extra = 0)
if(CanUseTopic(user))
pref.flavor_texts[href_list["flavor_text"]] = msg
else