forked from public/foundryvtt-reve-de-dragon
Cleanup
This commit is contained in:
@ -170,7 +170,7 @@ export class RdDBaseActor extends Actor {
|
||||
isCreatureEntite() { return this.isCreature() || this.isEntite() }
|
||||
isCreature() { return false }
|
||||
isEntite(typeentite = []) { return false }
|
||||
isVehicule() { return this.type == 'vehicule'; }
|
||||
isVehicule() { return false }
|
||||
isPersonnage() { return false }
|
||||
getItem(id, type = undefined) {
|
||||
const item = this.items.get(id);
|
||||
|
Reference in New Issue
Block a user