Allow the purchase of emitters from cargo. (#27229)

add emitter crates back to cargo + changes the contents of an emittercrate from emitter to emitterflatpack

👍
This commit is contained in:
pigeonpeas
2024-04-23 07:34:09 -04:00
committed by GitHub
parent 716cdcbdf8
commit c129bb177c
5 changed files with 30 additions and 13 deletions

View File

@@ -110,6 +110,20 @@
- type: GuideHelp
guides: [ Singularity, Power ]
- type: entity
parent: BaseFlatpack
id: EmitterFlatpack
name: emitter flatpack
description: A flatpack used for constructing an emitter.
components:
- type: Flatpack
entity: Emitter
- type: Sprite
layers:
- state: emitter
- type: GuideHelp
guides: [ Singularity, Power ]
- type: entity
parent: BaseFlatpack
id: TeslaGeneratorFlatpack