This commit is contained in:
2023-11-04 18:14:10 +01:00
parent 69a653d1e5
commit 27dd89024e
3 changed files with 2 additions and 4 deletions

View File

@ -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);