Fix flavor text encoding issues

This commit is contained in:
Markolie
2015-08-14 20:17:23 +02:00
parent b3e51226ff
commit 508d1315f6
5 changed files with 19 additions and 4 deletions
+1 -1
View File
@@ -337,7 +337,7 @@ datum/preferences
else
dat += "[flavor_text]"
else
dat += "[copytext(flavor_text, 1, 37)]...<br>"
dat += "[TextPreview(flavor_text, 1, 37)]...<br>"
dat += "<br>"
var/hairname = "Hair"