New source found from dndbeyond.com
This commit is contained in:
@@ -119,6 +119,7 @@ export class VehicleManager extends BaseManager {
|
||||
this.isSpelljammer = () => this.getDisplayType() === VehicleConfigurationDisplayTypeEnum.SPELLJAMMER;
|
||||
this.isInfernalWarMachine = () => this.getDisplayType() === VehicleConfigurationDisplayTypeEnum.INFERNAL_WAR_MACHINE;
|
||||
this.isShip = () => this.getDisplayType() === VehicleConfigurationDisplayTypeEnum.SHIP;
|
||||
this.isElementalAirship = () => this.getDisplayType() === VehicleConfigurationDisplayTypeEnum.ELEMENTAL_AIRSHIP;
|
||||
// Utils
|
||||
this.generateVehicleMeta = () => {
|
||||
const ruleData = rulesEngineSelectors.getRuleData(this.state);
|
||||
|
||||
Reference in New Issue
Block a user