R&D Equipment now require power to operate. (#428)
* Fixes: #392 - Make Lathe require power to interact with or produce. - Make R&D Console require power to interact with. - Add PowerDevice component to R&D computer. - Add PowerDevice component to R&D server. * Update LatheComponent.cs * Update LatheComponent.cs * Update ResearchConsoleComponent.cs
This commit is contained in:
committed by
Pieter-Jan Briers
parent
841bb101c5
commit
ef2b665ff0
@@ -14,7 +14,11 @@
|
||||
offset: Center
|
||||
- type: ResearchServer
|
||||
- type: TechnologyDatabase
|
||||
|
||||
- type: PowerDevice
|
||||
drawtype: Both
|
||||
load: 200
|
||||
priority: Low
|
||||
|
||||
- type: entity
|
||||
id: baseResearchAndDevelopmentPointSource
|
||||
name: "Base R&D Point Source"
|
||||
|
||||
@@ -109,7 +109,10 @@
|
||||
type: ResearchConsoleBoundUserInterface
|
||||
- key: enum.ResearchClientUiKey.Key
|
||||
type: ResearchClientBoundUserInterface
|
||||
|
||||
- type: PowerDevice
|
||||
drawtype: Both
|
||||
load: 200
|
||||
priority: Low
|
||||
|
||||
- type: entity
|
||||
id: computerId
|
||||
|
||||
Reference in New Issue
Block a user