Handle Superior item drops

This commit is contained in:
Brett Nash
2025-01-13 16:47:23 -08:00
parent 6632099622
commit da9e444d40
2 changed files with 5 additions and 3 deletions
@@ -5366,7 +5366,7 @@ Sheet Version: <span name='attr_version'></span>
<br>
Revision b2c6df790435fedd47e3099e8915059a64b8c5eb
Revision 09744839906cd945eef2649f6a885dbfaf69370f
<hr>
@@ -12426,7 +12426,9 @@ onCheck("change:drop_data", event => drop.handleDrop());
const potentialInventory = {
"Item": true, "Magic Item": true, "Magic Items": true,
"Herb": true, "Herbs": true,
"Herb": true, "Herbs": true,
"Superior Item": true, "Superior Items": true,
};
drop.handleDrop = function(ev) {
+1 -1
View File
@@ -8,5 +8,5 @@
"legacy": false,
"printable": true,
"compendium": "RMU",
"version": "1736815264"
"version": "1736815625"
}