forked from public/foundryvtt-reve-de-dragon
Suppression de vente depuis un "service"
This commit is contained in:
@ -60,7 +60,7 @@ export class RdDItemSheet extends ItemSheet {
|
||||
buttons.unshift({
|
||||
class: "vendre",
|
||||
icon: "fas fa-comments-dollar",
|
||||
onclick: ev => this.item.proposerVente({service: this, quantiteMax: 1})
|
||||
onclick: ev => this.item.proposerVente(1)
|
||||
});
|
||||
}
|
||||
buttons.unshift({
|
||||
|
Reference in New Issue
Block a user