Fix commerces

This commit is contained in:
2025-08-24 00:46:58 +02:00
parent b4ac906802
commit 583b4ff003
4 changed files with 13 additions and 20 deletions

View File

@@ -213,6 +213,7 @@ export class RdDBaseActor extends Actor {
isCreatureEntite() { return this.isCreature() || this.isEntite() }
isCreature() { return false }
isEntite(typeentite = []) { return false }
isHautRevant() { return false }
isVehicule() { return false }
isPersonnage() { return false }
getItem(id, type = undefined) {