forked from public/foundryvtt-reve-de-dragon
Services pour Commerces
Les services sont modifiés pour correspondre aux nouveaux commerces
This commit is contained in:
@ -14,7 +14,7 @@ export class RdDCommerce extends RdDBaseActor {
|
||||
}
|
||||
|
||||
canReceive(item) {
|
||||
if (item.isInventaire()) {
|
||||
if (item.isInventaire('all')) {
|
||||
return true;
|
||||
}
|
||||
return super.canReceive(item);
|
||||
|
Reference in New Issue
Block a user