mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2026-01-03 22:13:50 +00:00
powder that makes you say yes
This commit is contained in:
@@ -59,11 +59,7 @@
|
|||||||
switch(href_list["flavor_text"])
|
switch(href_list["flavor_text"])
|
||||||
if("open")
|
if("open")
|
||||||
if("general")
|
if("general")
|
||||||
<<<<<<< HEAD
|
|
||||||
var/msg = sanitize(input(usr,"Give a general description of your character. This will be shown regardless of clothings.","Flavor Text",html_decode(pref.flavor_texts[href_list["flavor_text"]])) as message, MAX_RECORD_LENGTH, extra = 0) //VOREStation Edit: separating out OOC notes
|
|
||||||
=======
|
|
||||||
var/msg = sanitize(tgui_input_text(usr,"Give a general description of your character. This will be shown regardless of clothings.","Flavor Text",html_decode(pref.flavor_texts[href_list["flavor_text"]]), multiline = TRUE), extra = 0) //VOREStation Edit: separating out OOC notes
|
var/msg = sanitize(tgui_input_text(usr,"Give a general description of your character. This will be shown regardless of clothings.","Flavor Text",html_decode(pref.flavor_texts[href_list["flavor_text"]]), multiline = TRUE), extra = 0) //VOREStation Edit: separating out OOC notes
|
||||||
>>>>>>> b875945450... Merge pull request #13112 from ItsSelis/tgui-input-conversions
|
|
||||||
if(CanUseTopic(user))
|
if(CanUseTopic(user))
|
||||||
pref.flavor_texts[href_list["flavor_text"]] = msg
|
pref.flavor_texts[href_list["flavor_text"]] = msg
|
||||||
else
|
else
|
||||||
|
|||||||
Reference in New Issue
Block a user