Skip to content

Commit 6511c27

Browse files
authored
Give Sputnik an empty hard drive so it actually works (#2676)
1 parent 461d66a commit 6511c27

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

GameData/RP-1/Science/HardDriveConfigs.cfg

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -754,8 +754,10 @@ KERBALISM_HDD_SIZES
754754
@PART[probeCoreSphere_v2|SXTSputnik|sputnik1]:FOR[RO-KerbalismHardDrives]
755755
{
756756
//No hard drives for sputnik
757-
!MODULE[HardDrive]
757+
@MODULE[HardDrive]
758758
{
759+
@dataCapacity = 0
760+
@sampleCapacity = 0
759761
}
760762
}
761763

0 commit comments

Comments
 (0)