Fix battery surface attach (#648)

This commit is contained in:
ChrisAdderley
2019-08-15 13:36:51 -07:00
parent 76f7a1f4d0
commit 957cad1a53
2 changed files with 2 additions and 1 deletions

View File

@ -27,7 +27,7 @@ PART
manufacturer = #autoLOC_501636 manufacturer = #autoLOC_501636
description = #LOC_RestockPlus_restock-battery-375-1_description description = #LOC_RestockPlus_restock-battery-375-1_description
// attachment rules: stack, srfAttach, allowStack, allowSrfAttach, allowCollision // attachment rules: stack, srfAttach, allowStack, allowSrfAttach, allowCollision
attachRules = 1,0,1,0,0 attachRules = 1,1,1,0,0
bulkheadProfiles = size3 bulkheadProfiles = size3
// --- standard part parameters --- // --- standard part parameters ---
mass = 0.5 mass = 0.5

View File

@ -54,6 +54,7 @@ v0.2.0
- Pegasus III Mobility Enhancer (Nertea): 4x size static ladder - Pegasus III Mobility Enhancer (Nertea): 4x size static ladder
- Fixes and improvements - Fixes and improvements
- Depth mask added to radial material bay and new RCS parts - Depth mask added to radial material bay and new RCS parts
- 3.75m battery now has surface attach capabilities (#648)
v0.1.4 v0.1.4
------ ------