Fix duffelbags being abstract when they shouldn't.
This commit is contained in:
@@ -1,5 +1,4 @@
|
|||||||
- type: entity
|
- type: entity
|
||||||
abstract: true
|
|
||||||
parent: ClothingBackpackDuffel
|
parent: ClothingBackpackDuffel
|
||||||
id: ClothingBackpackDuffelFilled
|
id: ClothingBackpackDuffelFilled
|
||||||
components:
|
components:
|
||||||
@@ -8,7 +7,6 @@
|
|||||||
- id: BoxSurvival
|
- id: BoxSurvival
|
||||||
|
|
||||||
- type: entity
|
- type: entity
|
||||||
abstract: true
|
|
||||||
parent: ClothingBackpackDuffelClown
|
parent: ClothingBackpackDuffelClown
|
||||||
id: ClothingBackpackDuffelClownFilled
|
id: ClothingBackpackDuffelClownFilled
|
||||||
components:
|
components:
|
||||||
@@ -17,7 +15,6 @@
|
|||||||
- id: BoxHug
|
- id: BoxHug
|
||||||
|
|
||||||
- type: entity
|
- type: entity
|
||||||
abstract: true
|
|
||||||
parent: ClothingBackpackDuffelSecurity
|
parent: ClothingBackpackDuffelSecurity
|
||||||
id: ClothingBackpackDuffelSecurityFilled
|
id: ClothingBackpackDuffelSecurityFilled
|
||||||
components:
|
components:
|
||||||
@@ -27,7 +24,6 @@
|
|||||||
- id: Flash
|
- id: Flash
|
||||||
|
|
||||||
- type: entity
|
- type: entity
|
||||||
abstract: true
|
|
||||||
parent: ClothingBackpackDuffelMedical
|
parent: ClothingBackpackDuffelMedical
|
||||||
id: ClothingBackpackDuffelMedicalFilled
|
id: ClothingBackpackDuffelMedicalFilled
|
||||||
components:
|
components:
|
||||||
@@ -36,7 +32,6 @@
|
|||||||
- id: BoxSurvival
|
- id: BoxSurvival
|
||||||
|
|
||||||
- type: entity
|
- type: entity
|
||||||
abstract: true
|
|
||||||
parent: ClothingBackpackDuffelCaptain
|
parent: ClothingBackpackDuffelCaptain
|
||||||
id: ClothingBackpackDuffelCaptainFilled
|
id: ClothingBackpackDuffelCaptainFilled
|
||||||
components:
|
components:
|
||||||
@@ -47,7 +42,6 @@
|
|||||||
#- name: TelescopicBaton
|
#- name: TelescopicBaton
|
||||||
|
|
||||||
- type: entity
|
- type: entity
|
||||||
abstract: true
|
|
||||||
parent: ClothingBackpackDuffelEngineering
|
parent: ClothingBackpackDuffelEngineering
|
||||||
id: ClothingBackpackDuffelEngineeringFilled
|
id: ClothingBackpackDuffelEngineeringFilled
|
||||||
components:
|
components:
|
||||||
@@ -56,7 +50,6 @@
|
|||||||
- id: BoxSurvival
|
- id: BoxSurvival
|
||||||
|
|
||||||
- type: entity
|
- type: entity
|
||||||
abstract: true
|
|
||||||
parent: ClothingBackpackDuffelScience
|
parent: ClothingBackpackDuffelScience
|
||||||
id: ClothingBackpackDuffelScienceFilled
|
id: ClothingBackpackDuffelScienceFilled
|
||||||
components:
|
components:
|
||||||
@@ -65,7 +58,6 @@
|
|||||||
- id: BoxSurvival
|
- id: BoxSurvival
|
||||||
|
|
||||||
- type: entity
|
- type: entity
|
||||||
abstract: true
|
|
||||||
parent: ClothingBackpackDuffelMime
|
parent: ClothingBackpackDuffelMime
|
||||||
id: ClothingBackpackDuffelMimeFilled
|
id: ClothingBackpackDuffelMimeFilled
|
||||||
components:
|
components:
|
||||||
@@ -74,7 +66,6 @@
|
|||||||
- id: BoxSurvival
|
- id: BoxSurvival
|
||||||
|
|
||||||
- type: entity
|
- type: entity
|
||||||
abstract: true
|
|
||||||
parent: ClothingBackpackDuffelChemistry
|
parent: ClothingBackpackDuffelChemistry
|
||||||
id: ClothingBackpackDuffelChemistryFilled
|
id: ClothingBackpackDuffelChemistryFilled
|
||||||
components:
|
components:
|
||||||
@@ -83,7 +74,6 @@
|
|||||||
- id: BoxSurvival
|
- id: BoxSurvival
|
||||||
|
|
||||||
- type: entity
|
- type: entity
|
||||||
abstract: true
|
|
||||||
parent: ClothingBackpackDuffel
|
parent: ClothingBackpackDuffel
|
||||||
id: ClothingBackpackDuffelChaplainFilled
|
id: ClothingBackpackDuffelChaplainFilled
|
||||||
components:
|
components:
|
||||||
@@ -93,7 +83,6 @@
|
|||||||
- id: Bible
|
- id: Bible
|
||||||
|
|
||||||
- type: entity
|
- type: entity
|
||||||
abstract: true
|
|
||||||
parent: ClothingBackpackDuffel
|
parent: ClothingBackpackDuffel
|
||||||
id: ClothingBackpackDuffelMusicianFilled
|
id: ClothingBackpackDuffelMusicianFilled
|
||||||
components:
|
components:
|
||||||
|
|||||||
Reference in New Issue
Block a user