mirror of
https://github.com/Nighthawk42/roll20-character-sheets.git
synced 2026-08-30 03:40:32 +00:00
Handle Superior item drops
This commit is contained in:
@@ -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) {
|
||||
|
||||
@@ -8,5 +8,5 @@
|
||||
"legacy": false,
|
||||
"printable": true,
|
||||
"compendium": "RMU",
|
||||
"version": "1736815264"
|
||||
"version": "1736815625"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user