RobustToolbox
RobustToolbox copied to clipboard
[TOOLSHED] ValueRef<string, Prototype<T>> behaves weirdly when autocompleting.
Autocomplete for tag:add doesn't work if you start the tag name with a quote, but it doesn't like having the tag name passed without a quote. Basically, you need to write the command without quotes to get the autocomplete, then go back and wrap it in quotes to make it work.
PROPOSED SOLUTION: Introduce a Word type, add an autocast from string to Word into toolshed's type transform code.
Fixing.