AI Law Board File Clean Up (#37195)

This commit is contained in:
YoungThug
2025-05-06 09:51:32 -07:00
committed by GitHub
parent 9c165cb5a0
commit c0935e5b59
2 changed files with 24 additions and 25 deletions

View File

@@ -125,31 +125,6 @@
# anyway it's just a quality of life thing.
showEnts: True
# Boards
- type: entity
id: AsimovCircuitBoard
parent: BaseElectronics
name: law board (Crewsimov)
description: An electronics board containing the Crewsimov lawset.
components:
- type: Sprite
sprite: Objects/Misc/module.rsi
state: std_mod
- type: SiliconLawProvider
laws: Crewsimov
- type: entity
id: CorporateCircuitBoard
parent: BaseElectronics
name: law board (Corporate)
description: An electronics board containing the Corporate lawset.
components:
- type: Sprite
sprite: Objects/Misc/module.rsi
state: std_mod
- type: SiliconLawProvider
laws: Corporate
# Items
- type: entity
id: Intellicard

View File

@@ -10,6 +10,30 @@
- type: SiliconLawProvider
laws: NTDefault
- type: entity
id: AsimovCircuitBoard
parent: BaseElectronics
name: law board (Crewsimov)
description: An electronics board containing the Crewsimov lawset.
components:
- type: Sprite
sprite: Objects/Misc/module.rsi
state: std_mod
- type: SiliconLawProvider
laws: Crewsimov
- type: entity
id: CorporateCircuitBoard
parent: BaseElectronics
name: law board (Corporate)
description: An electronics board containing the Corporate lawset.
components:
- type: Sprite
sprite: Objects/Misc/module.rsi
state: std_mod
- type: SiliconLawProvider
laws: Corporate
- type: entity
id: CommandmentCircuitBoard
parent: BaseElectronics