Add vehicles item
This commit is contained in:
@ -451,7 +451,8 @@ export class PegasusItemSheet extends ItemSheet {
|
||||
}
|
||||
|
||||
if (this.object.type == 'weapon' || this.object.type == 'armor' || this.object.type == 'shield'
|
||||
|| this.object.type == 'equipment') {
|
||||
|| this.object.type == 'equipment' || this.object.type == 'vehiclemodule'
|
||||
|| this.object.type == 'vehicleweaponmodule') {
|
||||
let data = event.dataTransfer.getData('text/plain');
|
||||
if (data) {
|
||||
let dataItem = JSON.parse(data);
|
||||
|
Reference in New Issue
Block a user