Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Ammolathe Blueprints (for real), Hide Secfab #2268

Merged
merged 2 commits into from
Oct 17, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -80,6 +80,7 @@
id: SecurityTechFabCircuitboard
parent: BaseMachineCircuitboard
name: security techfab machine board
categories: [ HideSpawnMenu ] # Frontier
description: A machine printed circuit board for a security techfab.
components:
- type: Sprite
Expand Down
3 changes: 2 additions & 1 deletion Resources/Prototypes/Entities/Structures/Machines/lathe.yml
Original file line number Diff line number Diff line change
Expand Up @@ -788,6 +788,7 @@
id: SecurityTechFab
parent: BaseLatheLube
name: security techfab
categories: [ HideSpawnMenu ] # Frontier
description: Prints equipment for use by security crew.
components:
- type: Sprite
Expand Down Expand Up @@ -924,7 +925,7 @@

- type: entity
id: AmmoTechFab
parent: BaseLatheLube
parent: [BlueprintReceiverBase, BaseLatheLube] # Frontier: added BlueprintReceiverBase
name: ammo techfab
description: Prints the bare minimum of bullets that any budget military or armory could need. Nothing fancy.
components:
Expand Down
Loading