KSP-RO / TacLifeSupport

Life Support from Thunder Aerospace Corporation
Other
43 stars 24 forks source link

Missing bulkheadProfiles in TacLifeSupportContainers/Waste.cfg #122

Closed lampeh closed 5 years ago

lampeh commented 5 years ago

The 1.25m waste container is missing a bulkhead size definition, leading to NRE in the editor catalog.

diff --git a/GameData/ThunderAerospace/TacLifeSupportContainers/Waste.cfg b/GameData/ThunderAerospace/TacLifeSupportContainers/Waste.cfg
index f5ae4d7..2a8d237 100644
--- a/GameData/ThunderAerospace/TacLifeSupportContainers/Waste.cfg
+++ b/GameData/ThunderAerospace/TacLifeSupportContainers/Waste.cfg
@@ -31,6 +31,7 @@ PART
    cost = 300
    category = Utility
    subcategory = 0
+   bulkheadProfiles = size1
    title = #autoLOC_TACLS_00127 //Life Support Waste Container, 1.25m
    manufacturer = #autoLOC_TACLS_00153 //Thunder Aerospace Corporation
    description = #autoLOC_TACLS_00128 //A 1.25-meter container for holding Life Support waste products.

tacls-wastecontainer.diff.txt