#164 : une seule fenêtre de jet autorisée

This commit is contained in:
2021-02-26 23:54:17 +01:00
parent 74a7b2c0ad
commit 89d66c1347
3 changed files with 20 additions and 2 deletions

View File

@ -112,6 +112,16 @@ export class RdDActor extends Actor {
if (actorData.type === 'vehicule') this._prepareVehiculeData(actorData);
}
/* -------------------------------------------- */
setRollWindowsOpened( flag ) {
this.rollWindowsOpened = flag;
}
/* -------------------------------------------- */
isRollWindowsOpened( ) {
return this.rollWindowsOpened;
}
/* -------------------------------------------- */
_prepareCreatureData(actorData) {
this.computeEncombrementTotalEtMalusArmure();