baby proof the terminal (#33281)

* baby proof the terminal

* Make a couple exceptions for items that you might take with you.

* alwayspoweredlights

* Uncuttable cables since cablecomp is a snowflake construction system

* chairs and vendors

* rerun heisentests

* rerun tests again
This commit is contained in:
IProduceWidgets
2024-11-22 17:50:41 -05:00
committed by GitHub
parent 09ca45a621
commit a28adf4ae4
5 changed files with 4130 additions and 495 deletions

View File

@@ -45,3 +45,11 @@
powerMV:
!type:CableTerminalNode
nodeGroupID: MVPower
- type: entity
id: CableTerminalUncuttable
parent: CableTerminal
suffix: uncuttable
components:
- type: Cable
cuttingQuality: null

View File

@@ -98,6 +98,14 @@
sound:
path: /Audio/Ambience/Objects/emf_buzz.ogg
- type: entity
id: CableHVUncuttable
parent: CableHV
suffix: uncuttable
components:
- type: Cable
cuttingQuality: null
- type: entity
parent: CableBase
id: CableMV
@@ -142,6 +150,14 @@
- type: CableVisualizer
statePrefix: mvcable_
- type: entity
id: CableMVUncuttable
parent: CableMV
suffix: uncuttable
components:
- type: Cable
cuttingQuality: null
- type: entity
parent: CableBase
id: CableApcExtension
@@ -188,3 +204,11 @@
acts: [ "Destruction" ]
- type: CableVisualizer
statePrefix: lvcable_
- type: entity
id: CableApcExtensionUncuttable
parent: CableApcExtension
suffix: uncuttable
components:
- type: Cable
cuttingQuality: null