mirror of
https://github.com/Kornstalx/5etools-mirror-2.github.io.git
synced 2025-10-28 20:45:35 -05:00
v1.209.3
This commit is contained in:
@@ -3620,6 +3620,7 @@ Parser.PROP_TO_TAG = {
|
||||
"baseitem": "item",
|
||||
"itemGroup": "item",
|
||||
"magicvariant": "item",
|
||||
"subclass": "class",
|
||||
};
|
||||
Parser.getPropTag = function (prop) {
|
||||
if (Parser.PROP_TO_TAG[prop]) return Parser.PROP_TO_TAG[prop];
|
||||
|
||||
Reference in New Issue
Block a user