Merge pull request #3020 from Citadel-Station-13/upstream-merge-31113

[MIRROR] Strip propriety macros from tooltips
This commit is contained in:
LetterJay
2017-09-30 12:55:36 -04:00
committed by GitHub
+4
View File
@@ -65,6 +65,10 @@ Notes:
else if (!title && content)
content = "<p>[content]</p>"
// Strip macros from item names
title = replacetext(title, "\proper", "")
title = replacetext(title, "\improper", "")
//Make our dumb param object
params = {"{ "cursor": "[params]", "screenLoc": "[thing.screen_loc]" }"}