>wiped my flavortext accidently
This commit is contained in:
@@ -253,7 +253,7 @@
|
|||||||
if("input")
|
if("input")
|
||||||
switch(href_list["preference"])
|
switch(href_list["preference"])
|
||||||
if("flavor_text")
|
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",html_decode(features["flavor_text"]), MAX_MESSAGE_LEN*2, TRUE) as message
|
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",html_decode(features["flavor_text"]), MAX_MESSAGE_LEN*2, TRUE) as null|message
|
||||||
if(msg != null)
|
if(msg != null)
|
||||||
msg = copytext(msg, 1, MAX_MESSAGE_LEN*2)
|
msg = copytext(msg, 1, MAX_MESSAGE_LEN*2)
|
||||||
features["flavor_text"] = msg
|
features["flavor_text"] = msg
|
||||||
|
|||||||
Reference in New Issue
Block a user