Skip to content

Commit 06afc03

Browse files
author
Robin Chang
committed
Force stock Clamp-O-Tron if Ven's Revamp is loaded
For #120.
1 parent b9a6074 commit 06afc03

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed
Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
// Ven's Stock Part Revamp patch for SDHI Service Module System
2+
// Author: Robin "sumghai" Chang
3+
// Revision: 1.0
4+
5+
// Compatibility patch that forces the SDHI Clamp-O-Tron variant to use the original stock docking port
6+
7+
@PART[SDHI_ParaDock_1_ClampOTron]:NEEDS[VenStockRevamp]:FOR[zzzzSDHISMS]
8+
{
9+
@MODEL,* {
10+
@model ^= :VenStockRevamp/Squad/Parts/DockingPorts/DockingPort:Squad/Parts/Utility/dockingPort/model:
11+
}
12+
}

0 commit comments

Comments
 (0)