forked from public/foundryvtt-reve-de-dragon
Séparation de l'Actor Vehicule
This commit is contained in:
@ -15,10 +15,7 @@ export class RdDCommerce extends RdDBaseActor {
|
||||
}
|
||||
|
||||
canReceive(item) {
|
||||
if (item.isInventaire('all')) {
|
||||
return true;
|
||||
}
|
||||
return super.canReceive(item);
|
||||
return item.isInventaire('all');
|
||||
}
|
||||
|
||||
getQuantiteDisponible(item) {
|
||||
|
Reference in New Issue
Block a user