Strip propriety macros from tooltips (#31113)

This commit is contained in:
Tad Hardesty
2017-09-30 05:57:28 -07:00
committed by CitadelStationBot
parent fceb289072
commit 20e7f03910

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]" }"}