Pointing at something on yourself now shows the item (#68642)

Why It's Good For The Game

Further reducing reliance on reading the chat box. Previously it wasn't obvious someone pointing at themselves was pointing at something on them, and not just, them.
Changelog

cl
qol: Pointing at something on yourself now shows the item.
/cl
This commit is contained in:
Mothblocks
2022-07-24 15:16:55 -07:00
committed by GitHub
parent 00c500d8a0
commit 99fb15a462
12 changed files with 130 additions and 71 deletions

View File

@@ -40,5 +40,8 @@
"editor.defaultFormatter": "esbenp.prettier-vscode",
"editor.formatOnSave": true
},
"workbench.editorAssociations": {
"*.dmi": "dmiEditor.dmiEditor"
},
"Lua.diagnostics.enable": false
}