New source found from dndbeyond.com
This commit is contained in:
+5
-2
@@ -69,8 +69,11 @@ export default class VehicleBlockComponents extends React.PureComponent<Props> {
|
||||
components = components.filter(
|
||||
(component) =>
|
||||
!(
|
||||
component.displayType ===
|
||||
Constants.VehicleConfigurationDisplayTypeEnum.SPELLJAMMER &&
|
||||
(component.displayType ===
|
||||
Constants.VehicleConfigurationDisplayTypeEnum.SPELLJAMMER ||
|
||||
component.displayType ===
|
||||
Constants.VehicleConfigurationDisplayTypeEnum
|
||||
.ELEMENTAL_AIRSHIP) &&
|
||||
component.isPrimaryComponent
|
||||
)
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user