mirror of
https://github.com/SPLURT-Station/S.P.L.U.R.T-Station-13.git
synced 2025-12-10 18:02:57 +00:00
Strip propriety macros from tooltips (#31113)
This commit is contained in:
committed by
CitadelStationBot
parent
fceb289072
commit
20e7f03910
@@ -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]" }"}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user