Skip to content

Commit

Permalink
Make biofab distinct from biogen (space-wizards#30696)
Browse files Browse the repository at this point in the history
* Make biofab distinct from biogen

* biocube fabricator
  • Loading branch information
EmoGarbage404 authored and themias committed Aug 9, 2024
1 parent 63c2f40 commit 6cd0a11
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -64,8 +64,8 @@
- type: entity
id: BiofabricatorMachineCircuitboard
parent: BaseMachineCircuitboard
name: biofabricator machine board
description: A machine printed circuit board for a biofabricator.
name: biocube fabricator machine board
description: A machine printed circuit board for a biocube fabricator.
components:
- type: MachineBoard
prototype: Biofabricator
Expand Down
6 changes: 5 additions & 1 deletion Resources/Prototypes/Entities/Structures/Machines/lathe.yml
Original file line number Diff line number Diff line change
Expand Up @@ -648,7 +648,7 @@
- type: entity
id: Biofabricator
parent: BaseLathe
name: biofabricator
name: biocube fabricator
description: Produces animal cubes using biomass.
components:
- type: Sprite
Expand All @@ -657,16 +657,20 @@
layers:
- state: icon
map: ["enum.LatheVisualLayers.IsRunning"]
color: "#ffaa99"
- state: unlit
shader: unshaded
map: ["enum.PowerDeviceVisualLayers.Powered"]
color: "#ffaaaa"
- state: inserting
map: ["enum.MaterialStorageVisualLayers.Inserting"]
color: "#ffaaaa"
- state: panel
map: ["enum.WiresVisualLayers.MaintenancePanel"]
- type: Machine
board: BiofabricatorMachineCircuitboard
- type: MaterialStorage
ignoreColor: true
whitelist:
tags:
- Sheet
Expand Down

0 comments on commit 6cd0a11

Please sign in to comment.